From f0c2846009af764515271213999fb566515143ae Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 21 Apr 2023 18:53:09 -0500 Subject: [PATCH] Fix some more desktop web --- src/view/screens/AppPasswords.tsx | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/src/view/screens/AppPasswords.tsx b/src/view/screens/AppPasswords.tsx index 1a8df41162..c3e837f849 100644 --- a/src/view/screens/AppPasswords.tsx +++ b/src/view/screens/AppPasswords.tsx @@ -39,7 +39,12 @@ export const AppPasswords = withAuthRequired( if (store.me.appPasswords.length === 0) { return ( @@ -49,7 +54,11 @@ export const AppPasswords = withAuthRequired( {!isDesktopWeb && } - +