Remove last traces of ComponentScript from Flipper
Summary: Bye bye ComponentScript. Reviewed By: d16r Differential Revision: D18330173 fbshipit-source-id: 8181e9cf082d299790ae3ceaffcc7417dc8190aa
This commit is contained in:
committed by
Facebook Github Bot
parent
3963535610
commit
6e8de457e7
@@ -342,8 +342,6 @@ class ElementsRow extends PureComponent<ElementsRowProps, ElementsRowState> {
|
|||||||
return <DecorationImage src="icons/litho-logo.png" />;
|
return <DecorationImage src="icons/litho-logo.png" />;
|
||||||
case 'componentkit':
|
case 'componentkit':
|
||||||
return <DecorationImage src="icons/componentkit-logo.png" />;
|
return <DecorationImage src="icons/componentkit-logo.png" />;
|
||||||
case 'componentscript':
|
|
||||||
return <DecorationImage src="icons/componentscript-logo.png" />;
|
|
||||||
case 'accessibility':
|
case 'accessibility':
|
||||||
return <DecorationImage src="icons/accessibility.png" />;
|
return <DecorationImage src="icons/accessibility.png" />;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.9 KiB |
Reference in New Issue
Block a user