1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

dont add empty note section first

This commit is contained in:
Kyle Spearrin
2017-07-13 11:16:00 -04:00
parent e0c67f87b0
commit 4c4996ee2a

View File

@@ -113,8 +113,7 @@ namespace Bit.App.Pages
EnableSelection = true,
Root = new TableRoot
{
LoginInformationSection,
NotesSection
LoginInformationSection
}
};