Skip to content

Commit

Permalink
πŸ› Fix: Table headings order
Browse files Browse the repository at this point in the history
  • Loading branch information
USpiri committed Oct 1, 2024
1 parent c796528 commit c62658f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MapItemsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const MapsItemTable = ({ data }: MapsItemTableProps) => {
<Table>
<TableHead
headings={[
"Name",
"Image",
"Name",
"Rating",
"Phone",
"Time",
Expand Down

0 comments on commit c62658f

Please sign in to comment.