Skip to content

Commit

Permalink
fix wrong visiblity in workspace room settings
Browse files Browse the repository at this point in the history
  • Loading branch information
apeyada committed Mar 4, 2024
1 parent 4231ac9 commit afcfa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Report/ReportSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function ReportSettingsPage({report, policies}: ReportSettingsPageProps) {
</View>
)}
</View>
{report?.visibility !== undefined &&
{!!report?.visibility &&
(shouldAllowChangeVisibility ? (
<MenuItemWithTopDescription
shouldShowRightIcon
Expand Down

0 comments on commit afcfa34

Please sign in to comment.