We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca46d9 commit 4660b90Copy full SHA for 4660b90
pages/post.tsx
@@ -45,7 +45,7 @@ export const getStaticProps: GetStaticProps<Props> = async () => {
45
};
46
47
48
-export default function PostPage({ postsByTag, tagCounts }) {
+export default function PostPage({ postsByTag, tagCounts }: Props) {
49
const [selectedTag, setSelectedTag] = useState("latest");
50
const [visibleCount, setVisibleCount] = useState(10);
51
const [gradientStyle, setGradientStyle] = useState("");
0 commit comments