Browse Source

remove unused variable

Klaudiusz Dembler 4 năm trước cách đây
mục cha
commit
da70695058
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pioneer/packages/app-address-book/src/index.tsx

+ 1 - 1
pioneer/packages/app-address-book/src/index.tsx

@@ -32,7 +32,7 @@ const StyledHeader = styled.header`
   }
 `;
 
-function AddressBookApp ({ basePath, onStatusChange, t }: Props): React.ReactElement<Props> {
+function AddressBookApp ({ basePath, onStatusChange }: Props): React.ReactElement<Props> {
   const _renderComponent = (Component: React.ComponentType<ComponentProps>): () => React.ReactNode => {
     // eslint-disable-next-line react/display-name
     return (): React.ReactNode =>