diff --git a/frontend/src/pages/TrackPage/TrackActions.tsx b/frontend/src/pages/TrackPage/TrackActions.tsx
index 19a8da5..3c14e20 100644
--- a/frontend/src/pages/TrackPage/TrackActions.tsx
+++ b/frontend/src/pages/TrackPage/TrackActions.tsx
@@ -5,39 +5,36 @@ import {Icon, Popup, Button, Dropdown} from 'semantic-ui-react'
export default function TrackActions({slug, isAuthor, onDownload}) {
return (
<>
- {isAuthor ? (
- Only you, the author of this track, can download the original file.
- This is the file as it was uploaded to the server, without modifications, and it can be used with
- other tools. Exporting to other formats, and downloading modified files, will be implemented soon.
-
Only you, the author of this track, can download the original file.
++ This is the file as it was uploaded to the server, without modifications, and it can be used with other + tools. +
+ > + ) : ( +Only the author of this track can download the original file.
+ ) + } + /> > ) }