Skip to content

Commit a5d78c4

Browse files
Samuel  TranSamuel  Tran
authored andcommitted
Removed isRecoil from stateroute
1 parent af1f7a0 commit a5d78c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/components/StateRoute.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ const StateRoute = (props: StateRouteProps) => {
4848
const { snapshot, hierarchy, snapshots, viewIndex, webMetrics, currLocation } = props;
4949
const [{ tabs, currentTab }, dispatch] = useStoreContext();
5050
const { hierarchy, sliderIndex, viewIndex } = tabs[currentTab];
51-
const isRecoil = !!snapshot.atomsComponents;
5251

5352
// Map
5453
const renderComponentMap = () => {

0 commit comments

Comments
 (0)