Skip to content

Commit 54761c5

Browse files
committed
summary button
1 parent 42251d3 commit 54761c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/YearDocumentList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const YearDocumentList = () => {
5555
</a>
5656
)}
5757
<button onClick={() => setSortAscending(!sortAscending)}>asc</button>
58+
<a href='/summary'>summary</a>
5859
</div>
5960
<table>
6061
<thead>

0 commit comments

Comments
 (0)