Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney committed Dec 11, 2024
1 parent 4fda590 commit 7a7d45f
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ export const CallPage: FC<{
return <CallPageInnerVertical {...props} call={call.result} />;
};

return false;
// Uncomment to re-enable.
// const viewerInfo = useViewerInfo();
// return viewerInfo.loading ? false : viewerInfo.userInfo?.admin;
export const useShowRunnableUI = () => {
return false;
// Uncomment to re-enable.
// const viewerInfo = useViewerInfo();
// return viewerInfo.loading ? false : viewerInfo.userInfo?.admin;
};

const useCallTabs = (call: CallSchema) => {
Expand Down

0 comments on commit 7a7d45f

Please sign in to comment.