File tree Expand file tree Collapse file tree
src/renderer/components/filters Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ export const UserTypeFilter: FC = () => {
2929 < Stack direction = "vertical" gap = "condensed" >
3030 < Stack direction = "horizontal" gap = "condensed" >
3131 < PersonIcon size = { Size . SMALL } />
32- { userTypeFilter . FILTER_TYPES [ ' User' ] . title }
32+ { userTypeFilter . FILTER_TYPES . User . title }
3333 </ Stack >
3434 < Stack direction = "horizontal" gap = "condensed" >
3535 < DependabotIcon size = { Size . SMALL } />
36- { userTypeFilter . FILTER_TYPES [ ' Bot' ] . description }
36+ { userTypeFilter . FILTER_TYPES . Bot . description }
3737 </ Stack >
3838 < Stack direction = "horizontal" gap = "condensed" >
3939 < OrganizationIcon size = { Size . SMALL } />
40- { userTypeFilter . FILTER_TYPES [ ' Organization' ] . title }
40+ { userTypeFilter . FILTER_TYPES . Organization . title }
4141 </ Stack >
4242 </ Stack >
4343 </ div >
You can’t perform that action at this time.
0 commit comments