Skip to content

Commit

Permalink
fix make public perms (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: axgu <86838870+axgu@users.noreply.github.com>
  • Loading branch information
michellejli77 and axgu authored Mar 23, 2024
1 parent aa3c2c0 commit 7c26aea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/TableWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ const TableWidget = (props: {
id={item._id}
isPublicDisplay={item.publicDisplay}
disabled={
!isAdmin ||
!item.approved ||
!isBuilding ||
item.status !== "available" ||
Expand Down

0 comments on commit 7c26aea

Please sign in to comment.