Merge pull request 'chore: Add missing trailing commas to encryption key modal page' (#271) from trailing-commas into master

Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/271
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
NaiJi ✨ 2023-08-07 11:14:43 +03:00
commit d51661630b

View file

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