adjust WIP callout on user items page
This commit is contained in:
parent
de974a365b
commit
2772c3e090
1 changed files with 5 additions and 3 deletions
|
@ -117,9 +117,11 @@ function UserItemsPage() {
|
|||
|
||||
return (
|
||||
<Box>
|
||||
<Box float="right">
|
||||
<WIPCallout details="These lists are simplified and read-only for now. Full power coming soon!" />
|
||||
</Box>
|
||||
{isCurrentUser && (
|
||||
<Box float="right">
|
||||
<WIPCallout details="These lists are read-only for now. To edit, head back to Classic DTI!" />
|
||||
</Box>
|
||||
)}
|
||||
<Heading1>
|
||||
{isCurrentUser ? "Your items" : `${data.user.username}'s items`}
|
||||
</Heading1>
|
||||
|
|
Loading…
Reference in a new issue