1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 22:01:44 +02:00

disable most history stuff for now

This commit is contained in:
Matthias Kretschmann 2020-07-14 18:00:48 +02:00
parent 4f61154996
commit a9ad17a6e9
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -8,15 +8,15 @@ import JobsList from '../organisms/JobsList'
const sections = [
{
title: 'Published',
component: <PublishedList />
component: 'Coming Soon...'
},
{
title: 'Downloaded',
component: <ConsumedList />
component: 'Coming Soon...'
},
{
title: 'Compute Jobs',
component: <JobsList />
component: 'Coming Soon...'
}
]