Skip to content
Snippets Groups Projects

Resolve "Add presentation editor"

Merged Albin Henriksson requested to merge 23-add-presentation-editor into dev
8 files
+ 252
5
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -176,7 +176,7 @@ const CompetitionManager: React.FC = (props) => {
.map((row) => (
<TableRow key={row.name}>
<TableCell scope="row">
<Button color="primary" component={Link} to={`/competition-id=${row.id}`}>
<Button color="primary" component={Link} to={`/editor/competition-id=${row.id}`}>
{row.name}
</Button>
</TableCell>
Loading