Skip to content

Commit 23a99d7

Browse files
committed
fix: fmt
1 parent ed951e7 commit 23a99d7

File tree

1 file changed

+2
-2
lines changed
  • docs/web3inbox/frontend-integration

1 file changed

+2
-2
lines changed

docs/web3inbox/frontend-integration/api.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,9 @@ await markAllNotificationsAsRead(differentAccount, differentDomain);
380380
- **useNotifications()**
381381
- **notificationsPerPage:** Number representing how many notifications to get per fetch
382382
- **isInfiniteScroll:** Whether or not to keep already fetched notifications when getting next page
383-
- **params:* (optional) Additional parameters
383+
- **params:** (optional) Additional parameters
384384
- **unreadFirst:** (optional, default `true`, since 1.3.0) Whether or not unread messages should be sorted at the top, regardless of timestamp
385-
- **nextPage:**: A function to be called to fetch the next page of notifications
385+
- **nextPage:** A function to be called to fetch the next page of notifications
386386
- **notifications:** Array of notifications, of type
387387
- **notification.read:** Mark the notification as read
388388
- **markNotificationsAsRead**: Takes an array of notification IDs and marks them as read. Max 1000 IDs

0 commit comments

Comments
 (0)