Skip to content

Commit

Permalink
Trying to fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Dec 9, 2024
1 parent 3c32a48 commit 28a960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Post extends Partial<NFTMetaData> {
}

export const About = () => {
const [usdcPrice, setUsdcPrice] = useState<number>(1);
const [usdcPrice, setUsdcPrice] = useState<number>();
// const [averageUsdcPrice, setAverageUsdcPrice] = useState<number>();
const averageUsdcPrice = "";

Expand Down

0 comments on commit 28a960f

Please sign in to comment.