Skip to content

Commit

Permalink
Remove pdf from publication name in administration (#355)
Browse files Browse the repository at this point in the history
remove pdf from name
  • Loading branch information
vikibrezinova authored Apr 13, 2024
1 parent 390c89d commit 1fbd05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PublicationUploader/PublicationUploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const PublicationUploader: FC<PublicationUploaderProps> = ({semesterId, o
<Typography variant="body1">{order}. Časopis:</Typography>
{publication && (
<Link variant="button2" href={`/api/competition/publication/${publication.id}/download`}>
{publication.name}.pdf
{publication.name}
</Link>
)}
<FileUploader
Expand Down

0 comments on commit 1fbd05e

Please sign in to comment.