From 4c4996ee2adaaa128adae9939fa2c48a98be4f48 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 13 Jul 2017 11:16:00 -0400 Subject: [PATCH] dont add empty note section first --- src/App/Pages/Vault/VaultViewLoginPage.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App/Pages/Vault/VaultViewLoginPage.cs b/src/App/Pages/Vault/VaultViewLoginPage.cs index a864c525d..89fde7eb6 100644 --- a/src/App/Pages/Vault/VaultViewLoginPage.cs +++ b/src/App/Pages/Vault/VaultViewLoginPage.cs @@ -113,8 +113,7 @@ namespace Bit.App.Pages EnableSelection = true, Root = new TableRoot { - LoginInformationSection, - NotesSection + LoginInformationSection } };