From 35e24b45c55d830bafded73a6c111b74e975260b Mon Sep 17 00:00:00 2001 From: Defectink Date: Wed, 6 Apr 2022 10:15:38 +0800 Subject: [PATCH] Add unique key in toc --- components/post/PostTOC.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/components/post/PostTOC.tsx b/components/post/PostTOC.tsx index 7f08b73..e700b03 100644 --- a/components/post/PostTOC.tsx +++ b/components/post/PostTOC.tsx @@ -13,13 +13,11 @@ const PostTOC: FC = ({ headings }) => {