mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-15 17:50:48 +02:00
Fix
This commit is contained in:
parent
0f038bb765
commit
26cb8e893e
@ -100,7 +100,7 @@ const EventCard = ({ entry }: IEventCardProps) => {
|
||||
show={
|
||||
<>
|
||||
<StyledDefinitionTerm>
|
||||
Transaction id:
|
||||
Group id:
|
||||
</StyledDefinitionTerm>
|
||||
<dd>
|
||||
<Link to={getGroupIdLink()}>
|
||||
|
@ -131,7 +131,6 @@ export const FilterItem: FC<IFilterItemProps> = ({
|
||||
);
|
||||
onChange({ operator: currentOperator, values: newOptions });
|
||||
} else {
|
||||
console.log('woggle');
|
||||
const newOptions = [
|
||||
...(selectedOptions ?? []),
|
||||
(
|
||||
@ -141,11 +140,6 @@ export const FilterItem: FC<IFilterItemProps> = ({
|
||||
}
|
||||
).value,
|
||||
];
|
||||
console.log(
|
||||
{ operator: currentOperator, values: newOptions },
|
||||
selectedOptions,
|
||||
value,
|
||||
);
|
||||
onChange({ operator: currentOperator, values: newOptions });
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user