Fix double scale bug

This commit is contained in:
Justin Edmund 2022-03-03 21:06:52 -08:00
parent 5039358368
commit f384adcc09

View file

@ -79,7 +79,6 @@ const WeaponUnit = (props: Props) => {
)
const editableImage = (
<div className="WeaponImage">
<SearchModal
placeholderText="Search for a weapon..."
fromPosition={props.position}
@ -87,7 +86,6 @@ const WeaponUnit = (props: Props) => {
send={props.updateObject}>
{image}
</SearchModal>
</div>
)
return (