mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-10 11:20:34 +02:00
chore(linting): change arrowParents configuration, upgrade eslint config
This commit is contained in:
@@ -17,7 +17,7 @@ const CategoriesTemplate: React.FC = () => {
|
||||
<Sidebar />
|
||||
<Page title="Categories">
|
||||
<ul>
|
||||
{categories.map(category => (
|
||||
{categories.map((category) => (
|
||||
<li key={category.fieldValue}>
|
||||
<Link to={`/category/${toKebabCase(category.fieldValue)}/`}>
|
||||
{category.fieldValue} ({category.totalCount})
|
||||
|
Reference in New Issue
Block a user