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

Flyttet 'legg til rolle'-knapp utenfor table

Issue: GREG-240
parent 80b0c2bc
No related branches found
No related tags found
1 merge request!313Flyttet 'legg til rolle'-knapp utenfor table
...@@ -368,19 +368,18 @@ export default function GuestInfo({ ...@@ -368,19 +368,18 @@ export default function GuestInfo({
<RoleLine key={role.id} pid={pid} role={role} /> <RoleLine key={role.id} pid={pid} role={role} />
))} ))}
<TableRow> <TableRow>
<TableCell align="left"> <TableCell align="left"></TableCell>
<Button
variant="contained"
color="secondary"
component={Link}
to={`/sponsor/guest/${pid}/newrole`}
>
{t('sponsor.addRole')}
</Button>
</TableCell>
</TableRow> </TableRow>
</TableBody> </TableBody>
</Table> </Table>
<Button
variant="contained"
color="secondary"
component={Link}
to={`/sponsor/guest/${pid}/newrole`}
>
{t('sponsor.addRole')}
</Button>
</TableContainer> </TableContainer>
</Page> </Page>
) )
......
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