Explorar o código

remove one props type

yuto-oweseek %!s(int64=4) %!d(string=hai) anos
pai
achega
484c62ad98
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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 = {
   isWindowExpanded: boolean,
-  color?: string,
   contractWindow?: () => void,
   expandWindow?: () => void,
 };