diff --git a/src/components/ClubSummary.tsx b/src/components/ClubSummary.tsx
index 1c8e486..46a0417 100644
--- a/src/components/ClubSummary.tsx
+++ b/src/components/ClubSummary.tsx
@@ -55,27 +55,22 @@ export const ClubSummary = (props: Props) => {
-
+ <>
{info?.name}
{props.clubId === '47' ? null : (store.isFav(info?.id ?? '')) ? (
- }
+ store.unFav(info?.id ?? '')}
- >
- 取消关注
-
+ />
) : (
- }
+ store.add({
id: info?.id ?? '',
name: info?.name ?? '',
})}
- >
- 关注
-
+ />
)}
-
+ >
{noArticle ? null : (