Remove extra separator
This commit is contained in:
parent
111de416ca
commit
08a82030f6
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ class InfoSectionWidget extends StatelessWidget {
|
|||
UpdateService.instance.isIndependent()
|
||||
? Column(
|
||||
children: [
|
||||
Divider(height: 4),
|
||||
GestureDetector(
|
||||
behavior: HitTestBehavior.translucent,
|
||||
onTap: () async {
|
||||
|
|
Loading…
Reference in a new issue