diff --git a/src/components/Popup.tsx b/src/components/Popup.tsx index 7cd91b5..12e1110 100644 --- a/src/components/Popup.tsx +++ b/src/components/Popup.tsx @@ -12,7 +12,6 @@ export type PopupProps = { }; export default function Popup(props: PopupProps): JSX.Element { - return (
- + diff --git a/src/pages/news/index.tsx b/src/pages/news/index.tsx index 7aa352a..82c361a 100644 --- a/src/pages/news/index.tsx +++ b/src/pages/news/index.tsx @@ -5,7 +5,9 @@ import AppLayout from "components/AppLayout"; import { AppStaticProps, getAppStaticProps } from "queries/getAppStaticProps"; import { GetPostsPreviewQuery } from "graphql/operations-types"; import { getPostsPreview } from "graphql/operations"; -import ContentPanel, { ContentPanelWidthSizes } from "components/Panels/ContentPanel"; +import ContentPanel, { + ContentPanelWidthSizes, +} from "components/Panels/ContentPanel"; import PostsPreview from "components/News/PostsPreview"; interface NewsProps extends AppStaticProps { diff --git a/src/pages/wiki/chronology.tsx b/src/pages/wiki/chronology.tsx index ed12776..d892db9 100644 --- a/src/pages/wiki/chronology.tsx +++ b/src/pages/wiki/chronology.tsx @@ -91,7 +91,6 @@ export default function Chronology(props: ChronologyProps): JSX.Element { const contentPanel = ( - - + );