Forgot to remove onclick for recorderchip
This commit is contained in:
parent
abeb078bdd
commit
6082e83f54
|
@ -59,7 +59,6 @@ export default function RecorderChip(props: RecorderChipProps): JSX.Element {
|
|||
</div>
|
||||
}
|
||||
placement="top"
|
||||
trigger="click"
|
||||
>
|
||||
<Chip key={recorder.id}>
|
||||
{recorder.attributes.anonymize
|
||||
|
|
Loading…
Reference in New Issue