Skip to content

Commit 715abee

Browse files
committed
fmt
1 parent a0da38b commit 715abee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/lib/page-encointer/democracy/proposal_page/propose_page.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ class _ProposePageState extends State<ProposePage> {
174174
Text(l10n.proposalCannotSubmitProposalTypePendingEnactment, textAlign: TextAlign.center),
175175
const SizedBox(height: 5),
176176
SubmitButton(
177-
onPressed: isBootstrapperOrReputable(store, store.account.currentAddress) && !enactmentQueue.contains(selectedAction)
177+
onPressed: isBootstrapperOrReputable(store, store.account.currentAddress) &&
178+
!enactmentQueue.contains(selectedAction)
178179
? (context) async {
179180
_formKey.currentState!.validate();
180181
await _submitProposal();

0 commit comments

Comments
 (0)