Skip to content

Commit

Permalink
feat(sessions): remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
massi-ang authored and bigadsoleiman committed Mar 28, 2024
1 parent 813b87c commit 1aec1cb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export default function Sessions(props: SessionsProps) {

useEffect(() => {
if (!appContext) return;
//if (!props.toolsOpen) return;

(async () => {
setIsLoading(true);
Expand Down

0 comments on commit 1aec1cb

Please sign in to comment.