1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-08-16 21:33:58 +02: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
}
};