feat: Add carriers translation on 3 languages
This commit is contained in:
@@ -67,7 +67,7 @@ export const SightsTable = observer(() => {
|
||||
</TableRow>
|
||||
</TableHead>
|
||||
<TableBody>
|
||||
{rows(sights, cities[language])?.map((row) => (
|
||||
{rows(sights, cities[language]?.data ?? [])?.map((row) => (
|
||||
<TableRow
|
||||
key={row?.id}
|
||||
sx={{ "&:last-child td, &:last-child th": { border: 0 } }}
|
||||
|
||||
Reference in New Issue
Block a user