Fixing list item url + notification close button
This commit is contained in:
@@ -34,6 +34,9 @@ const Notifications = ({ open, onDidDismiss }) => {
|
||||
<IonHeader>
|
||||
<IonToolbar>
|
||||
<IonTitle>Notifications</IonTitle>
|
||||
<IonButton slot="end" fill="clear" color="dark" onClick={onDidDismiss}>
|
||||
<IonIcon icon={close} />
|
||||
</IonButton>
|
||||
</IonToolbar>
|
||||
</IonHeader>
|
||||
<IonContent fullscreen>
|
||||
|
||||
Reference in New Issue
Block a user