We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdf3ae commit bcd8c6dCopy full SHA for bcd8c6d
embed/oko_attached/src/components/modal/modal.tsx
@@ -26,7 +26,7 @@ export const Modal: FC = () => {
26
console.log("onOpenChange(): %s", open);
27
28
if (modalRequest) {
29
- // TODO: hyunjae
+ // TODO: @hyunjae
30
const { modal_type, modal_id } = modalRequest.msg.payload;
31
const { error } = useMemoryState.getState();
32
0 commit comments