chore: Add missing trailing commas to encryption key modal page

This commit is contained in:
NaiJi 2023-08-06 20:32:05 -03:00
parent 11e745f822
commit 4b1c85c4a8

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: () {