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={
|
show={
|
||||||
<>
|
<>
|
||||||
<StyledDefinitionTerm>
|
<StyledDefinitionTerm>
|
||||||
Transaction id:
|
Group id:
|
||||||
</StyledDefinitionTerm>
|
</StyledDefinitionTerm>
|
||||||
<dd>
|
<dd>
|
||||||
<Link to={getGroupIdLink()}>
|
<Link to={getGroupIdLink()}>
|
||||||
|
@ -131,7 +131,6 @@ export const FilterItem: FC<IFilterItemProps> = ({
|
|||||||
);
|
);
|
||||||
onChange({ operator: currentOperator, values: newOptions });
|
onChange({ operator: currentOperator, values: newOptions });
|
||||||
} else {
|
} else {
|
||||||
console.log('woggle');
|
|
||||||
const newOptions = [
|
const newOptions = [
|
||||||
...(selectedOptions ?? []),
|
...(selectedOptions ?? []),
|
||||||
(
|
(
|
||||||
@ -141,11 +140,6 @@ export const FilterItem: FC<IFilterItemProps> = ({
|
|||||||
}
|
}
|
||||||
).value,
|
).value,
|
||||||
];
|
];
|
||||||
console.log(
|
|
||||||
{ operator: currentOperator, values: newOptions },
|
|
||||||
selectedOptions,
|
|
||||||
value,
|
|
||||||
);
|
|
||||||
onChange({ operator: currentOperator, values: newOptions });
|
onChange({ operator: currentOperator, values: newOptions });
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user