chore: removing unnecessary code

This commit is contained in:
Akhileshrangani4
2024-09-04 20:11:13 -04:00
parent 7149925539
commit 800cb8b437
2 changed files with 28 additions and 22 deletions

View File

@ -27,7 +27,7 @@ export default function Navbar({
const [isShareOpen, setIsShareOpen] = useState(false);
const [isRunning, setIsRunning] = useState(false);
const isOwner = sandboxData.userId === userData.id;;
const isOwner = sandboxData.userId === userData.id;
return (
<>