Skip to content

Commit

Permalink
feat(Viewer): Hides sharing panel until sharing is fully functional
Browse files Browse the repository at this point in the history
A new PR will come to adjust this condition with a props in the app
  • Loading branch information
JF-Cozy committed Jan 22, 2025
1 parent 3fc2e4b commit 3560368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cozy-viewer/src/Panel/getPanelBlocks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const getPanelBlocksSpecs = (isPublic = false) => ({
component: Informations
},
sharing: {
condition: () => !isPublic,
condition: () => false,
component: Sharing
}
})
Expand Down

0 comments on commit 3560368

Please sign in to comment.