Skip to content
Snippets Groups Projects
Commit 32de060e authored by Marte Fossum's avatar Marte Fossum
Browse files

Removed excess TableRow and TableCell

Issue: GREG-240
parent 4d4a86ea
No related branches found
No related tags found
1 merge request!313Flyttet 'legg til rolle'-knapp utenfor table
Pipeline #126449 passed
...@@ -367,9 +367,6 @@ export default function GuestInfo({ ...@@ -367,9 +367,6 @@ export default function GuestInfo({
{guest.roles.map((role) => ( {guest.roles.map((role) => (
<RoleLine key={role.id} pid={pid} role={role} /> <RoleLine key={role.id} pid={pid} role={role} />
))} ))}
<TableRow>
<TableCell align="left"></TableCell>
</TableRow>
</TableBody> </TableBody>
</Table> </Table>
<Button <Button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment