Skip to content

Commit

Permalink
feat(adviser): remove upgrade issues message (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly authored Oct 9, 2024
1 parent 341b716 commit 73c1050
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/containers/application/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@ function App() {
const adviserContext = useAdviser();
useSenseManager();

useAdviserTexts({
defaultText: useMemo(
() => (
<>
app is having some issues after network upgrade <br />
check updates in social groups
</>
),
[]
),
});

const { ipfsError } = useBackend();

useEffect(() => {
Expand Down

0 comments on commit 73c1050

Please sign in to comment.