Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Dec 16, 2024
1 parent 9c8ddbf commit 1dbded9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import { useTranslationContext } from '../../contexts/translationContext/Transla
import { Close } from '../../icons';

export type UnreadMessagesNotificationProps = {
/**
* Callback to handle the press event
*/
onPressHandler?: () => Promise<void>;
/**
* Callback to handle the close event
*/
onCloseHandler?: () => void;
/**
* Callback to handle the press event
*/
onPressHandler?: () => Promise<void>;
};

export const UnreadMessagesNotification = (props: UnreadMessagesNotificationProps) => {
Expand Down

0 comments on commit 1dbded9

Please sign in to comment.