Skip to content

Commit 61f67c1

Browse files
committed
Remving persisting to variable.
1 parent 5896fab commit 61f67c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-react/src/components/SkeletonPage/SkeletonPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function SkeletonPage({
3535
useEffect(() => {
3636
// performance mark on skeleton unmount to help with page load tracking
3737
return () => {
38-
const mark = performance?.mark?.('polaris:page_skeleton:unmount');
38+
performance?.mark?.('polaris:page_skeleton:unmount');
3939
};
4040
}, []);
4141

0 commit comments

Comments
 (0)