diff --git a/app/src/components/SettingsDrawer/Settings.tsx b/app/src/components/SettingsDrawer/Settings.tsx index 3330b29..fd611df 100644 --- a/app/src/components/SettingsDrawer/Settings.tsx +++ b/app/src/components/SettingsDrawer/Settings.tsx @@ -105,13 +105,13 @@ class Settings extends React.Component { private toggleTheme() { const { actions, theme } = this.props - return + return } private renderAutoExpand() { const { classes, autoExpandLimit } = this.props - const limits = autoExpandLimitSet.map(limit => {limit.name}) + const limits = autoExpandLimitSet.map(limit => {limit.limit < 10000 && limit.limit > 0 ? `≤ ${limit.limit} topics` : limit.name}) return (
Auto Expand