prepare for build

This commit is contained in:
Daniele Pancottini
2023-01-22 12:05:39 +01:00
parent d90fc561c0
commit dbc295d970
3 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ export default function WhereWeAre() {
{tableData[locale as keyof typeof tableData].map(
(elem, index) => {
return (
<Tr>
<Tr key={index}>
<Td>{elem.day}</Td>
<Td>{elem.time}</Td>
<Td>{elem.location}</Td>