mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-10 14:42:13 -05:00
disable lint for empty function for now
This commit is contained in:
parent
7cbe687c18
commit
53034baa30
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const TextModeComponent = () => (
|
||||||
}}
|
}}
|
||||||
imgSrc={textIcon}
|
imgSrc={textIcon}
|
||||||
isSelected={false}
|
isSelected={false}
|
||||||
onMouseDown={function () {}}
|
onMouseDown={function () {}} // eslint-disable-line react/jsx-no-bind
|
||||||
/>
|
/>
|
||||||
</ComingSoonTooltip>
|
</ComingSoonTooltip>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue