Skip to content

Commit 929b35b

Browse files
Merge pull request #1 from topcoder-platform/develop
latest
2 parents 5345129 + a13ad6b commit 929b35b

File tree

4 files changed

+22
-37
lines changed

4 files changed

+22
-37
lines changed

dist/dev/index.js

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/prod/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/AccountMenu/index.js

-14
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,6 @@ class AccountMenu extends React.Component {
8484

8585
<div className={styles.menu}>
8686

87-
<div className={styles['notification-mobile']} onClick={onClickNotifications}>
88-
<div className={styles['left-notifi']}>
89-
<span className={styles['title']}>
90-
Notifications
91-
</span>&nbsp;
92-
<span className={styles['red-number']}>
93-
({numNotifications})
94-
</span>
95-
</div>
96-
<span className={styles['notification-right-arrow']} />
97-
</div>
98-
99-
<span className={cn(styles.separator, styles['hide-not-mobile'])} />
100-
10187
{menu.map((item, i) => (
10288
item.separator ? (
10389
<span className={styles.separator} key={`separator-${i}`} />

src/components/AccountMenu/styles.module.scss

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
display: flex;
6868
align-items: center;
6969

70-
@include hide-mobile;
7170

7271
.switch-icon {
7372
margin: 0 10px 0 22px;

0 commit comments

Comments
 (0)