diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-22 00:56:51 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-22 00:56:51 +0300 |
| commit | c619cda228b116b3c7be43e2654f7297896f9199 (patch) | |
| tree | 23ddddf968d44f841aabc55f47a9e3f6802edb22 /frontend/src/components/Sidebar.tsx | |
| parent | backend: no need for partner_id for record submission (diff) | |
| download | lphub-c619cda228b116b3c7be43e2654f7297896f9199.tar.gz lphub-c619cda228b116b3c7be43e2654f7297896f9199.tar.bz2 lphub-c619cda228b116b3c7be43e2654f7297896f9199.zip | |
frontend: try smth
Diffstat (limited to 'frontend/src/components/Sidebar.tsx')
| -rw-r--r-- | frontend/src/components/Sidebar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index c5c91db..5757183 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx | |||
| @@ -154,7 +154,7 @@ const Sidebar: React.FC<SidebarProps> = ({ setToken, profile, setProfile, onUplo | |||
| 154 | 154 | ||
| 155 | { | 155 | { |
| 156 | profile && profile.profile ? | 156 | profile && profile.profile ? |
| 157 | <button id='upload-run' className='submit-run-button' onClick={() => onUploadRun()}><img src={UploadIcon} alt="upload" /><span>Submit a Run</span></button> | 157 | <button id='upload-run' className='submit-run-button' onClick={() => onUploadRun()}><img src={UploadIcon} alt="upload" /><span>Upload Record</span></button> |
| 158 | : | 158 | : |
| 159 | <span></span> | 159 | <span></span> |
| 160 | } | 160 | } |