Fix ESLint Warning
Summary: Mainly, remove unused declaration Reviewed By: mweststrate Differential Revision: D21360395 fbshipit-source-id: 20cafefe3a650ab686534998a084301320333088
This commit is contained in:
committed by
Facebook GitHub Bot
parent
018c1f828c
commit
fbc5d922b5
@@ -94,12 +94,12 @@ type ImagesCacheOverviewState = {
|
||||
size: number;
|
||||
};
|
||||
|
||||
const StyledSelect = styled(Select)((props) => ({
|
||||
const _StyledSelect = styled(Select)({
|
||||
marginLeft: 6,
|
||||
marginRight: 6,
|
||||
height: '100%',
|
||||
maxWidth: 164,
|
||||
}));
|
||||
});
|
||||
|
||||
export default class ImagesCacheOverview extends PureComponent<
|
||||
ImagesCacheOverviewProps,
|
||||
|
||||
Reference in New Issue
Block a user