Skip to content

Commit

Permalink
chore: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
carina-akaia committed Nov 27, 2024
1 parent d7aa58c commit 8f62d52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/common/ui/components/_legacy/TimeLeft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ export const TimeLeft = ({ daysLeft }: { daysLeft: number }) => {

return timeLeft;
};

1 change: 0 additions & 1 deletion src/modules/pot/components/ActivePots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,3 @@ export const ActivePots = () => {
</div>
);
};

2 changes: 1 addition & 1 deletion src/modules/pot/components/PotTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { useCallback, useState } from "react";
import { styled } from "styled-components";

import { ByPotId } from "@/common/api/indexer";
import { TimeLeft } from "@/common/ui/components/_legacy/TimeLeft";
import { cn } from "@/common/ui/utils";

import { PotTimelineFragment } from "./PotTimelineFragment";
import { TimeLeft } from "@/common/ui/components/_legacy/TimeLeft";
import { usePotLifecycle } from "../hooks/lifecycle";

/**
Expand Down
7 changes: 3 additions & 4 deletions src/pages/pots.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import { PageWithBanner } from "@/common/ui/components";
import {ActivePots} from "@/modules/pot";
import { useEffect, useState } from "react";

import Link from "next/link";

import { potFactoryClient } from "@/common/contracts/core";
import { Button } from "@/common/ui/components";
import { Button, PageWithBanner } from "@/common/ui/components";
import { useWallet } from "@/modules/auth";
import {hrefByRouteName} from "@/modules/core";
import { hrefByRouteName } from "@/modules/core";
import { ActivePots } from "@/modules/pot";

const Banner = () => {
const { wallet } = useWallet();
Expand Down

0 comments on commit 8f62d52

Please sign in to comment.