New marks and settings refactor #323
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fixes-7-3-25"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix:
Feat:
Full Name
,Job Title
andDateTime
marksRefactor:
@ -0,0 +28,4 @@
)
}
const data = React.useSyncExternalStore(useLocalStorageSubscribe, getSnapshot)
I'll be good to add some explanatory comments
@ -0,0 +30,4 @@
const data = React.useSyncExternalStore(useLocalStorageSubscribe, getSnapshot)
const setState: React.Dispatch<React.SetStateAction<T>> = React.useCallback(
I'll be good to add some explanatory comments