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 7a7d45f commit eb998c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const CallPage: FC<{

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

0 comments on commit eb998c5

Please sign in to comment.