fix(dashboard-v2): fix recent uploads URL

This commit is contained in:
Michał Leszczyk 2022-03-04 12:01:10 +01:00
parent bd0d2dba1d
commit 020fec5ce1
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export default function LatestActivity() {
<Tab id="uploads" title="Uploads" />
<Tab id="downloads" title="Downloads" />
<TabPanel tabId="uploads" className="pt-4">
<ActivityTable type="uplodads" />
<ActivityTable type="uploads" />
<ViewAllLink to="/files?tab=uploads" />
</TabPanel>
<TabPanel tabId="downloads" className="pt-4">