Skip to content

Commit

Permalink
feat: hide filter icon on sudt detail page
Browse files Browse the repository at this point in the history
Hide the filter icon on sudt detail page until the API is ready

Ref: Magickbase/ckb-explorer-public-issues#244 (comment)
  • Loading branch information
Keith-CY committed Aug 8, 2023
1 parent 2bec81d commit 2c1ac6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/SimpleUDT/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}

.searchAndfilter {
display: flex;
// hide the filter icon until the api is ready
display: none;
align-items: center;

> div {
Expand Down

0 comments on commit 2c1ac6c

Please sign in to comment.