Skip to content

Commit

Permalink
Fix published attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Nov 6, 2022
1 parent 4126b2a commit 8ed9c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Hub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ const Hub = () => {
},
{
title: 'Published',
dataIndex: 'published',
key: 'published',
dataIndex: 'updated',
key: 'updated',
responsive: ['sm'],
},
{
Expand Down

0 comments on commit 8ed9c21

Please sign in to comment.