chore: Add missing trailing commas to encryption key modal page #271

Merged
NaiJi merged 1 commits from trailing-commas into master 2023-08-07 11:14:44 +03:00
1 changed files with 49 additions and 47 deletions

View File

@ -97,12 +97,14 @@ class _CopyEncryptionKeyModalState extends State<CopyEncryptionKeyModal> {
), ),
), ),
], ],
)), ),
),
), ),
), ),
), ),
], ],
)), ),
),
const SizedBox(height: 8), const SizedBox(height: 8),
FilledButton.icon( FilledButton.icon(
onPressed: () { onPressed: () {