mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
prepare for build
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user