Skip to content

Commit

Permalink
chore: fix lint error (#1276)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath authored Oct 7, 2024
1 parent 75b55aa commit 8f857ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ const NotificationListItem: React.FC<NotificationListItemProps> = ({
}, [
notification,
notificationType,
logger,
connection,
store.preferences.alternateContactNames,
t,
Expand Down Expand Up @@ -385,7 +386,7 @@ const NotificationListItem: React.FC<NotificationListItemProps> = ({
}
setAction(() => onPress)
setCloseAction(() => onClose)
}, [navigation, notification, notificationType, logger, toggleDeclineModalVisible, dismissBasicMessage])
}, [navigation, notification, notificationType, toggleDeclineModalVisible, dismissBasicMessage])

useEffect(() => {
switch (details.type) {
Expand Down

0 comments on commit 8f857ef

Please sign in to comment.