Skip to content

Commit 8f44ea7

Browse files
committed
chore: applied lint
1 parent afa1c3d commit 8f44ea7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/uikit-react-native/src/contexts/ReactionCtx.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export const ReactionProvider = ({ children, onPressUserProfile }: Props) => {
4646

4747
const openReactionUserList: ReactionContextType['openReactionUserList'] = useCallback(
4848
({ channel, message, focusIndex = 0 }) => {
49-
5049
setState({ channel, message });
5150
setReactionUserListFocusIndex(focusIndex);
5251
setReactionUserListVisible(true);

0 commit comments

Comments
 (0)