Skip to content

Commit

Permalink
increased MaxTagsShown
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Holub committed Dec 7, 2023
1 parent 321fbc6 commit 5311fb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import TagBadge from '../../../../components/TagBadge.tsx';
import {useLinkStore} from '../../../../contexts/AppContext.tsx';
import {useMemo, useState} from 'react';

const MaxTagsShown = 6;
const MaxTagsShown = 10;

const TopTagsList = observer(() => {
const { sortedTags, state: { tags, filter: { tags: appliedTags }, isListLoading }, toggleTagFilter } = useLinkStore();
Expand Down

0 comments on commit 5311fb3

Please sign in to comment.