Skip to content

Commit

Permalink
fix: remove duplicate button
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed Sep 9, 2024
1 parent eb3e1d9 commit 48ed083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<div class="chart-wrapper result-table">
<lens-result-table pageSize="10">
<div slot="beneath-pagination">
<lens-negotiate-button disabled="true"></lens-negotiate-button>
<!-- <lens-negotiate-button disabled="true"></lens-negotiate-button> -->
<button class="negotiate">Negotiate with Biobanks</button>
</div>
</lens-result-table>
Expand Down

0 comments on commit 48ed083

Please sign in to comment.