Close notification sheet when click "View all notifications"
This commit is contained in:
parent
eed9b70a7d
commit
17a289ac22
|
@ -168,7 +168,7 @@ export default function NotificationService() {
|
|||
textAlign: 'end',
|
||||
}}
|
||||
>
|
||||
<Link to="/notifications" class="button light">
|
||||
<Link to="/notifications" class="button light" onClick={onClose}>
|
||||
<span>View all notifications</span> <Icon icon="arrow-right" />
|
||||
</Link>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue