Skip to content

Commit

Permalink
fix: test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TaiTruong committed Apr 16, 2024
1 parent b055d75 commit 420d14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 78 deletions.
76 changes: 0 additions & 76 deletions src/pages/Dreps/Dreps.test.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions src/pages/Dreps/index.tsx
@@ -1,7 +1,7 @@
import { useEffect } from "react";

import OverViews from "src/components/Dreps/DrepsOverview";
import DelegationLists from "src/components/Dreps/DrepsList";
import DrepsList from "src/components/Dreps/DrepsList";

import { Horizon, StyledContainer } from "./styles";

Expand All @@ -14,7 +14,7 @@ const Dreps = () => {
<StyledContainer>
<OverViews />
<Horizon />
<DelegationLists />
<DrepsList />
</StyledContainer>
);
};
Expand Down

0 comments on commit 420d14a

Please sign in to comment.