soumaeda 2 лет назад
Родитель
Сommit
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,