소스 검색

132486 remove extra line

soumaeda 2 년 전
부모
커밋
179df7f798
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      apps/app/src/components/PageControls/PageControls.tsx

+ 0 - 1
apps/app/src/components/PageControls/PageControls.tsx

@@ -57,7 +57,6 @@ const Tags = (props: TagsProps): JSX.Element => {
   );
 };
 
-
 type WideViewMenuItemProps = AdditionalMenuItemsRendererProps & {
   onClickMenuItem: (newValue: boolean) => void,
   expandContentWidth?: boolean,