Fix tests regression from Vertical and property scale removal from symbol

This commit is contained in:
Eric NGUYEN 2023-02-23 13:02:42 +01:00
parent 2772cc3e24
commit cc36ff3411
3 changed files with 3 additions and 2 deletions

View file

@ -80,7 +80,6 @@ export function SVG(props: ISVGProps): JSX.Element {
case SelectorMode.Symbols:
return <SelectorSymbol
symbols={symbols}
scale={scale}
selected={selectedSymbol}
/>;
default: