Skip to content

Commit bf0b44a

Browse files
authored
Update Roles.jsx
1 parent 7fb8dda commit bf0b44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react_main/src/components/Roles.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ export function RoleSearch(props) {
11271127

11281128
const tabCheckboxes = (<FormGroup>
11291129
(siteInfo.tags[props.gameType].map((type) => (
1130-
<FormControlLabel control={<Checkbox defaultChecked />} onChange={handleTagChange("analytics")} label="Label" />
1130+
<FormControlLabel control={<Checkbox defaultChecked />} onChange={handleTagChange(`{type[0]}`)} label={type[0]} />
11311131
));
11321132
)
11331133
</FormGroup>)

0 commit comments

Comments
 (0)