Skip to content

Commit

Permalink
Dont show definition category in codebase tree
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Oct 10, 2024
1 parent 7fb10b2 commit 883683e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Code/CodebaseTree2.elm
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ viewListingRow clickMsg label_ category icon =
container
[ Icon.view icon
, viewListingLabel label_
, span [ class "definition-category" ] [ text category ]
]


Expand Down

0 comments on commit 883683e

Please sign in to comment.