Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/bugs #555

Merged
merged 3 commits into from
Jul 18, 2023
Merged

Fix/bugs #555

merged 3 commits into from
Jul 18, 2023

Conversation

mishramonalisha76
Copy link
Collaborator

No description provided.

@github-actions
Copy link

In ChatWidgetTest.tsx:

  • On line 8, the import statement should be import * as PushAPI from '@pushprotocol/restapi'; instead of import * as PushAPI from '@pushprotocol/restapi/restapi';.

In packages/uiweb/package.json:

  • On line 28, there is a missing closing curly brace (}) after ...notificationLightTheme.fontSize.

In InboxNotificationFeedList.tsx:

  • The file is empty. Please provide the code for review.

In NotificationFeedList.tsx:

  • On line 16, there is a missing closing curly brace (}) after modalDivider:'none'.

In notificationMainStateContext.tsx:

  • On line 18, there is a missing closing parenthesis ()) after {} as NotificationFeedsType.
  • On line 22, there is a missing closing parenthesis ()) after {} as NotificationFeedsType.
  • On line 25, there is a missing closing parenthesis ()) after {} as NotificationFeedsType.
  • On line 28, there is a missing closing parenthesis ()) after new Map().
  • On line 32, there is a missing closing parenthesis ()) after null.
  • On line 41, the setInboxNotifFeed function is missing the necessary parameters.
  • On line 43, the setSpamNotifFeed function is missing the necessary parameters.
  • On line 45, the setSpamNotifsFeed function is missing the necessary parameters.

In useFetchNotification.ts:

  • The file is empty. Please provide the code for review.

Please make the necessary corrections and provide the missing code for further review.

@mohammeds1992 mohammeds1992 merged commit d56740f into main Jul 18, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants