Skip to content

Commit

Permalink
AmendmentList now showing sequential number correctly (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisa-beerboom committed Jun 10, 2022
1 parent 9577b0b commit 7c2581d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>
<span *ngIf="showSequentialNumber">
<span *ngIf="motion.submitters.length">&middot;</span>
<span>{{ 'Sequential number' | translate }}</span>
{{ motion.id }}
{{ motion.sequential_number }}
</span>
</div>

Expand Down

0 comments on commit 7c2581d

Please sign in to comment.