Skip to content

Commit 1dbded9

Browse files
committed
fix: lint issues
1 parent 9c8ddbf commit 1dbded9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package/src/components/MessageList/UnreadMessagesNotification.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ import { useTranslationContext } from '../../contexts/translationContext/Transla
77
import { Close } from '../../icons';
88

99
export type UnreadMessagesNotificationProps = {
10-
/**
11-
* Callback to handle the press event
12-
*/
13-
onPressHandler?: () => Promise<void>;
1410
/**
1511
* Callback to handle the close event
1612
*/
1713
onCloseHandler?: () => void;
14+
/**
15+
* Callback to handle the press event
16+
*/
17+
onPressHandler?: () => Promise<void>;
1818
};
1919

2020
export const UnreadMessagesNotification = (props: UnreadMessagesNotificationProps) => {

0 commit comments

Comments
 (0)