Skip to content

Commit

Permalink
Certificate states order (#466)
Browse files Browse the repository at this point in the history
* adjust footer

* reverse the cert state order
  • Loading branch information
immqu authored Oct 6, 2023
1 parent 769d4c7 commit 5c65cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/CertificateCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const toggleScrollable = () => (openScrollable = !openScrollable);
</tr>
</thead>
<tbody>
{#each certificate.states as state}
{#each certificate.states.reverse() as state}
<tr>
<td>{state.state}</td>
<td>
Expand Down

0 comments on commit 5c65cb5

Please sign in to comment.