Browse Source

remove one props type

yuto-oweseek 4 years ago
parent
commit
484c62ad98
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/components/ExpandOrContractButton.tsx

+ 0 - 1
packages/app/src/components/ExpandOrContractButton.tsx

@@ -3,7 +3,6 @@ import React, { FC } from 'react';
 
 
 type Props = {
 type Props = {
   isWindowExpanded: boolean,
   isWindowExpanded: boolean,
-  color?: string,
   contractWindow?: () => void,
   contractWindow?: () => void,
   expandWindow?: () => void,
   expandWindow?: () => void,
 };
 };