MCPcopy Create free account
hub / github.com/OneBitCodeBlog/onebitlife / showMode

Function showMode

src/Components/HabitPage/TimeDataPicker/index.jsx:44–47  ·  view source on GitHub ↗
(currentMode)

Source from the content-addressed store, hash-verified

42 setTimeNotification(timeNotification);
43 };
44 const showMode = (currentMode) => {
45 setShow(true);
46 setMode(currentMode);
47 };
48
49 const data = [
50 { key: "Domingo", value: "Dom" },

Callers 1

TimeDataPickerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected