Skip to content

Commit 86b6574

Browse files
authored
[DEPR] feat!: remove notices wrapper (#731)
1 parent c38e805 commit 86b6574

File tree

15 files changed

+4
-315
lines changed

15 files changed

+4
-315
lines changed

.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ HOTJAR_VERSION='6'
3737
HOTJAR_DEBUG=''
3838
ACCOUNT_SETTINGS_URL=''
3939
ACCOUNT_PROFILE_URL=''
40-
ENABLE_NOTICES=''
4140
CAREER_LINK_URL=''
4241
ENABLE_EDX_PERSONAL_DASHBOARD=false
4342
ENABLE_PROGRAMS=false

.env.development

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ HOTJAR_VERSION='6'
4343
HOTJAR_DEBUG=''
4444
ACCOUNT_SETTINGS_URL='http://localhost:1997'
4545
ACCOUNT_PROFILE_URL='http://localhost:1995'
46-
ENABLE_NOTICES=''
4746
CAREER_LINK_URL=''
4847
ENABLE_EDX_PERSONAL_DASHBOARD=false
4948
ENABLE_PROGRAMS=false

.env.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ HOTJAR_VERSION='6'
4242
HOTJAR_DEBUG=''
4343
ACCOUNT_SETTINGS_URL='http://account-settings-url.test'
4444
ACCOUNT_PROFILE_URL='http://account-profile-url.test'
45-
ENABLE_NOTICES=''
4645
CAREER_LINK_URL=''
4746
ENABLE_EDX_PERSONAL_DASHBOARD=true
4847
ENABLE_PROGRAMS=false

example.env.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ module.exports = {
6767
NEW_RELIC_LICENSE_KEY: '',
6868
ACCOUNT_SETTINGS_URL: 'http://localhost:1997',
6969
ACCOUNT_PROFILE_URL: 'http://localhost:1995',
70-
ENABLE_NOTICES: '',
7170
CAREER_LINK_URL: '',
7271
EXPERIMENT_08_23_VAN_PAINTED_DOOR: true,
7372
};

src/components/NoticesWrapper/api.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/components/NoticesWrapper/api.test.js

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/components/NoticesWrapper/hooks.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/components/NoticesWrapper/hooks.test.js

Lines changed: 0 additions & 99 deletions
This file was deleted.

src/components/NoticesWrapper/index.jsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/components/NoticesWrapper/index.test.jsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)