Skip to content

Commit

Permalink
chore: update type name
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed May 9, 2024
1 parent fd51b5a commit 1d82c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppLayout/Notifications/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export type TNotificationObject = {
};
export type TNotificationsProps = {
notifications: TNotificationObject[];
clearNotificationCallback: () => void;
clearNotificationsCallback: () => void;
isNotificationsVisible?: boolean;
};

0 comments on commit 1d82c57

Please sign in to comment.