From f0349ce2af6e5428df7aaf1534fed423987c1cdc Mon Sep 17 00:00:00 2001 From: Ryan Yang Date: Mon, 2 Oct 2023 21:58:55 -0700 Subject: [PATCH] Unfortunately, local error handling isn't setting things correctly. Should be a final fix now --- src/app/pages/Houses/Houses.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pages/Houses/Houses.jsx b/src/app/pages/Houses/Houses.jsx index 7eaa5167..ef1e944a 100644 --- a/src/app/pages/Houses/Houses.jsx +++ b/src/app/pages/Houses/Houses.jsx @@ -1,7 +1,7 @@ -import React, { memo, useCallback, useState } from "react"; +import React, { memo } from "react"; import cn from "./Houses.module.scss"; import Helmet from "react-helmet"; -import { Icon, Section } from "app/Symbols"; +import { Section } from "app/Symbols"; import { Text } from "app/components"; import { Link } from "react-router-dom"; import clsx from "clsx";