TSK-990: Remove Back button in settings (#2875)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov
2023-04-05 09:32:08 +06:00
committed by GitHub
parent 7fb22e669f
commit 1d6a3ca2f2
2 changed files with 5 additions and 18 deletions
@@ -129,10 +129,7 @@
<Component
is={category.component}
props={{
visibileNav,
onFirstCategory: () => {
selectCategory(categories[0].name)
}
visibileNav
}}
/>
{/if}