Skip to content

Commit

Permalink
delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dingyj3178 committed Aug 21, 2022
1 parent 9ead386 commit 137e809
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions billing-simulator/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ export default function Home({ queryValue }: { queryValue: any }) {
// const { intial_create_date, intial_interval_count } = router.query;

let [isShowing, setIsShowing] = useState(false);
// const [pricingTiers, setPricingTiers] = useState([
// { id: 1, up_to: 1, unit_amount: 1000, flat_amount: 0 },
// ]);
let [, , resetIsShowing] = useTimeoutFn(() => setIsShowing(false), 1000);
const [parameter, setParameter] = useState<Parameters>({
create_date: setHours(setMinutes(setSeconds(new Date(), 0), 0), 0),
Expand Down

1 comment on commit 137e809

@vercel
Copy link

@vercel vercel bot commented on 137e809 Aug 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.