Skip to content

Commit fbe66ba

Browse files
committed
fix comment
1 parent bad2792 commit fbe66ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/page-encointer/democracy/widgets/proposal_tile.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class _ProposalTileState extends State<ProposalTile> {
174174
case Ongoing:
175175
final proposalLifetime = Duration(milliseconds: widget.params.proposalLifetime.toInt());
176176
if (proposal.isOlderThan(proposalLifetime)) {
177-
// confirmation time has passed
177+
// Proposal lifetime has passed; proposal has expired.
178178
return SizedBox(
179179
height: 50,
180180
width: 60,

0 commit comments

Comments
 (0)