Skip to content

Commit

Permalink
RSWW-138 update columns headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Danzigerrr committed Jun 7, 2024
1 parent 3d68999 commit e5ead38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tour-operator-updates/screens/TOUpdates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ const TOUpdates = () => {
<TableCell className='border border-gray-300 p-2'>Data zmiany</TableCell>
<TableCell className='border border-gray-300 p-2'>Hotel</TableCell>
<TableCell className='border border-gray-300 p-2'>Pokój</TableCell>
<TableCell className='border border-gray-300 p-2'>Zmiany</TableCell>
<TableCell className='border border-gray-300 p-2'>Typ zmiany</TableCell>
<TableCell className='border border-gray-300 p-2'>Zmiany</TableCell>
</TableRow>
</TableHead>
<TableBody>
Expand Down

0 comments on commit e5ead38

Please sign in to comment.