got to a good point with sighting modal, want to do cleanup
This commit is contained in:
@@ -13,7 +13,7 @@ export const SnapshotContainer = ({
|
||||
const { canvasRef, isError, isPending } = useGetOverviewSnapshot(side);
|
||||
|
||||
if (isError) return <>An error occurred</>;
|
||||
if (isPending) return <>loading...</>;
|
||||
if (isPending) return <>Loading...</>;
|
||||
|
||||
return (
|
||||
<div className="relative w-full aspect-video">
|
||||
|
||||
Reference in New Issue
Block a user