Skip to content

Commit

Permalink
Unfortunately, local error handling isn't setting things correctly. S…
Browse files Browse the repository at this point in the history
…hould be a final fix now
  • Loading branch information
ryqndev committed Oct 3, 2023
1 parent b213fef commit f0349ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/Houses/Houses.jsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit f0349ce

Please sign in to comment.