Skip to content

Commit

Permalink
subtract selection state from the misc group
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Oct 24, 2023
1 parent 77b94a7 commit c2aebdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/MiscGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export default function MiscGroup({deselectItems, viewer, repo}) {
onClick={() => {
deselectItems()
}}
selected={isSelected()}
icon={<HighlightOffIcon className='icon-share'color='secondary'/>}
/>
}
Expand Down

0 comments on commit c2aebdb

Please sign in to comment.