mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 04:04:27 +02:00
fix: eslint errors
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
// @flow strict
|
||||
import React from 'react';
|
||||
import renderer from 'react-test-renderer';
|
||||
|
@@ -25,7 +25,6 @@ const IndexTemplate = ({ data, pageContext }: Props) => {
|
||||
nextPagePath
|
||||
} = pageContext;
|
||||
|
||||
|
||||
const { edges } = data.allMarkdownRemark;
|
||||
const pageTitle = currentPage > 0 ? `Posts - Page ${currentPage} - ${siteTitle}` : siteTitle;
|
||||
|
||||
|
Reference in New Issue
Block a user