Skip to content

Commit 45d6703

Browse files
committed
Fix formatting of usePseudoState
1 parent 8d2438d commit 45d6703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-strict-dom/src/native/modules/usePseudoStates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function usePseudoStates(style: Style): Interaction {
8787
if (isActiveStyledElement) {
8888
setActive(false);
8989
}
90-
}
90+
};
9191
}
9292
}
9393
return value;

0 commit comments

Comments
 (0)