Skip to content

Commit 98e5eca

Browse files
committed
Fix linter warning
1 parent d0fcadf commit 98e5eca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/ui/screens/benefit-page/components/MermaidRulesGraph.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import React from 'react';
22
import theme from '@/theme';
3-
import { useMetadataStore } from '@/ui/storage/zustand';
43
import { VBox } from '@/ui/shared-components/LayoutBoxes';
54
import { Typography } from "@mui/material";
65

76
export default function MermaidRulesGraph({ graphRoot, t }) {
8-
const metadata = useMetadataStore(state => state.metadata);
7+
// const metadata = useMetadataStore(state => state.metadata);
98
// if (!graphRoot) return null;
109

1110
return (

0 commit comments

Comments
 (0)