Remove separator beflow storage card
This commit is contained in:
parent
d8137874d3
commit
d8988336b3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class SettingsPage extends StatelessWidget {
|
|||
if (hasLoggedIn) {
|
||||
contents.addAll([
|
||||
DetailsSectionWidget(),
|
||||
sectionDivider,
|
||||
Padding(padding: EdgeInsets.only(bottom: 16)),
|
||||
BackupSectionWidget(),
|
||||
sectionDivider,
|
||||
AccountSectionWidget(),
|
||||
|
|
Loading…
Add table
Reference in a new issue