We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0588270 commit e270d81Copy full SHA for e270d81
packages/tdb-dashboard/src/components/ReviewComponent.js
@@ -84,10 +84,11 @@ export const ReviewComponent = () => {
84
// feedback constants
85
const [message, setMessage]=useState("")
86
87
- if(!userHasMergeRole) {
+ // comment for now
88
+ /*if(!userHasMergeRole) {
89
// for collaborator or reader role
90
return <MessageComponent/>
- }
91
+ }*/
92
93
return <Card className="bg-transparent border border-dark m-3">
94
<Card.Header className="bg-transparent border border-dark">
0 commit comments