mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
fix(settings): display index header only on mobile and show user
This commit is contained in:
@@ -134,7 +134,7 @@ export function GenericSettings({
|
||||
<div className={styles.sidebar}>
|
||||
<div className={styles.scrollbox}>
|
||||
<div className={styles.container}>
|
||||
{indexHeader}
|
||||
{isTouchscreenDevice && indexHeader}
|
||||
{pages.map((entry, i) =>
|
||||
entry.hidden ? undefined : (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user