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 (
|
return (
|
||||||
<Box>
|
<Box>
|
||||||
|
{isCurrentUser && (
|
||||||
<Box float="right">
|
<Box float="right">
|
||||||
<WIPCallout details="These lists are simplified and read-only for now. Full power coming soon!" />
|
<WIPCallout details="These lists are read-only for now. To edit, head back to Classic DTI!" />
|
||||||
</Box>
|
</Box>
|
||||||
|
)}
|
||||||
<Heading1>
|
<Heading1>
|
||||||
{isCurrentUser ? "Your items" : `${data.user.username}'s items`}
|
{isCurrentUser ? "Your items" : `${data.user.username}'s items`}
|
||||||
</Heading1>
|
</Heading1>
|
||||||
|
|
Loading…
Reference in a new issue