diff options
Diffstat (limited to 'src/components/Widgets/TopicsList')
| -rw-r--r-- | src/components/Widgets/TopicsList/TopicsList.tsx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/components/Widgets/TopicsList/TopicsList.tsx b/src/components/Widgets/TopicsList/TopicsList.tsx index 80341c3..109b212 100644 --- a/src/components/Widgets/TopicsList/TopicsList.tsx +++ b/src/components/Widgets/TopicsList/TopicsList.tsx @@ -56,7 +56,12 @@ const TopicsList = ({ }; return ( - <ExpandableWidget title={title} titleLevel={titleLevel} withBorders={true}> + <ExpandableWidget + title={title} + titleLevel={titleLevel} + withBorders={true} + expand={true} + > {getList()} </ExpandableWidget> ); |
