1
0

Add semicolon to imports and remove comment.

This commit is contained in:
Kevin Matsubara 2025-01-23 00:08:28 +01:00
parent 447561179b
commit 341fc3f7a7
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
import React from 'react';
import Breadcrumbs from '../../../UI/Breadcrumbs'
import MarkdownPage from '../../markdownPage'
import Breadcrumbs from '../../../UI/Breadcrumbs';
import MarkdownPage from '../../markdownPage';
const Fieldday = ({ mdPath }) => {
return (

View File

@ -3,7 +3,7 @@ import { Link } from 'react-router-dom';
import fielddaysData from './fielddays.json';
import { useTheme } from '../../../ThemeContext';
import { getLanguage } from '../../../Language/Language';
import { getString } from '../../../Language/LanguageStrings'
import { getString } from '../../../Language/LanguageStrings';
const FielddaysTable = () => {
const { theme } = useTheme();
@ -26,8 +26,6 @@ const FielddaysTable = () => {
);
}
// Optimize to only show link column for the current language.
// This also eliminates a column.
return (
<table className={'table table-striped table-hover table-' + theme}>
<thead>