fix: user profile not rendering in top navbar
This commit is contained in:
@ -33,6 +33,6 @@ type Notified {
|
||||
id: ID!
|
||||
notification: Notification!
|
||||
read: Boolean!
|
||||
read_at: Time
|
||||
readAt: Time
|
||||
}
|
||||
|
||||
|
@ -33,5 +33,5 @@ type Notified {
|
||||
id: ID!
|
||||
notification: Notification!
|
||||
read: Boolean!
|
||||
read_at: Time
|
||||
readAt: Time
|
||||
}
|
||||
|
Reference in New Issue
Block a user