Germ DM button (#9848)
* germ link (wip) * add todos * just yeet declaration for now * ensure not proxied * allow undo delete * tweak styles * ignore unknown values * tweak styles * fix boolean logic * skip IAB * fix mutationFn * add link warning interstitial * Logging and metrics * Little more error handling * Update copy --------- Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
@@ -430,7 +430,7 @@ export function useRequireAuth() {
|
||||
const {signinDialogControl} = useGlobalDialogsControlContext()
|
||||
|
||||
return useCallback(
|
||||
(fn: () => void) => {
|
||||
(fn: () => unknown) => {
|
||||
if (hasSession) {
|
||||
fn()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user