Skip to content

Commit

Permalink
450 - matik/malynar - veducovska sekcia - linky na opravovanie uloh (#…
Browse files Browse the repository at this point in the history
…451)

fix #450 - matik/malynar - veducovska sekcia - linky na opravovanie uloh
  • Loading branch information
rtrembecky authored Nov 22, 2024
1 parent 9f01669 commit 10973b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const SemesterAdministration: FC = () => {
const {
id: {semesterId},
loading: urlDataLoading,
seminar,
} = useDataFromURL()

const {hasPermissions, permissionsIsLoading} = useHasPermissions()
Expand Down Expand Up @@ -113,7 +114,7 @@ export const SemesterAdministration: FC = () => {
</Stack>
<Stack px={2} direction="row" justifyContent="space-between">
{series?.problems.map((problem) => (
<Link key={problem.id} variant="button2" href={`/strom/admin/opravit-ulohu/${problem.id}`}>
<Link key={problem.id} variant="button2" href={`/${seminar}/admin/opravit-ulohu/${problem.id}`}>
{problem.order}. úloha
</Link>
))}
Expand Down

0 comments on commit 10973b1

Please sign in to comment.