File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 14241424 "@topicListEmptyPlaceholderHeader": {
14251425 "description": "Header text shown when a channel has no topics."
14261426 }
1427- }
1427+ }
Original file line number Diff line number Diff line change @@ -172,10 +172,9 @@ class _TopicListState extends State<_TopicList> with PerAccountStoreAwareStateMi
172172 if (lastFetchedTopics! .isEmpty) {
173173 final zulipLocalizations = ZulipLocalizations .of (context);
174174 return PageBodyEmptyContentPlaceholder (
175- header: zulipLocalizations.topicListEmptyPlaceholderHeader
176- );
175+ header: zulipLocalizations.topicListEmptyPlaceholderHeader);
177176 }
178-
177+
179178 // This is adapted from parts of the build method on [_InboxPageState].
180179 final topicItems = < _TopicItemData > [];
181180 for (final GetStreamTopicsEntry (: maxId, name: topic) in lastFetchedTopics! ) {
You can’t perform that action at this time.
0 commit comments