Skip to content

Commit

Permalink
Merge pull request #111 from AkshataKatwal16/page-issue
Browse files Browse the repository at this point in the history
Issue feat:CCTA  have access to review his own content
  • Loading branch information
itsvick authored Nov 22, 2024
2 parents a11443f + 27647a6 commit 91795df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/content/review/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ const ReviewContentSubmissions = () => {
</Grid>
</Grid>

{getLocalStoredUserRole() === Role.CCTA&& localStorage.getItem("contentCreatedBy") !== localStorage.getItem("userId") &&(<Box
{getLocalStoredUserRole() === Role.CCTA &&(<Box
sx={{
display: "flex",
justifyContent: "flex-end",
Expand Down

0 comments on commit 91795df

Please sign in to comment.