Skip to content

Commit b7d0ca2

Browse files
author
Jon Tiritilli
committed
remove unused local state
1 parent 0ce8537 commit b7d0ca2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/app/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import styles from './index.module.scss';
1313

1414
const App = () => {
1515
const dispatch = useDispatch();
16-
const [isAuthenticated, setIsAuthenticated] = useState(true); // No auth needed
1716

1817
useEffect(() => {
1918
// No authentication required, just load dropdown options

0 commit comments

Comments
 (0)