MCPcopy Create free account
hub / github.com/dfinity/cancan / closeAlert

Function closeAlert

src/components/DropDayNotification.tsx:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 const [isVisible, setIsVisible] = useState(false);
28
29 function closeAlert() {
30 setAlerted();
31 setIsVisible(false);
32 }
33
34 // We poll the canister periodically to determine if `isDropDay` has changed
35 function pollIsDropDay() {

Callers

nothing calls this directly

Calls 1

setAlertedFunction · 0.85

Tested by

no test coverage detected