Skip to content

Commit 39df2f2

Browse files
committed
Add pick button back
1 parent 7631054 commit 39df2f2

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Header

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/Actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const Actions = () => {
128128
</>
129129
)}
130130

131-
{false && user?.curatorAt && (
131+
{user?.curatorAt && (
132132
<Button
133133
variant="secondary"
134134
css={css({ paddingX: 3 })}

0 commit comments

Comments
 (0)