diff --git a/src/components/Views/PublishSettings/PublishSettings.tsx b/src/components/Views/PublishSettings/PublishSettings.tsx index 8e8429f9..a622023d 100644 --- a/src/components/Views/PublishSettings/PublishSettings.tsx +++ b/src/components/Views/PublishSettings/PublishSettings.tsx @@ -41,7 +41,9 @@ export const PublishSettings = (props: Props) => { const { sortedTopics } = useTopicsStore() createEffect(async () => { - if (!sortedTopics()) await loadAllTopics() + if (sortedTopics()?.length < 33) { + await loadAllTopics() + } }) const composeDescription = () => {