File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ function UserProfile() {
449
449
) }
450
450
</ span >
451
451
</ li >
452
- { ! isEnableSubscription && (
452
+ { isEnableSubscription && (
453
453
< li className = "flex justify-between items-center border-t-[1px] border-gray-300 py-2 break-all" >
454
454
< span className = "font-semibold" >
455
455
Public profile :{ " " }
Original file line number Diff line number Diff line change @@ -891,7 +891,7 @@ const ReportTable = (props) => {
891
891
{ props . actions ?. length > 0 && (
892
892
< th className = "px-4 py-2 font-thin" > Action</ th >
893
893
) }
894
- { props . ReportName === "Templates" && ! isEnableSubscription && (
894
+ { props . ReportName === "Templates" && isEnableSubscription && (
895
895
< th className = "px-4 py-2 font-thin" > Public</ th >
896
896
) }
897
897
</ tr >
@@ -1333,7 +1333,7 @@ const ReportTable = (props) => {
1333
1333
</ ModalUi >
1334
1334
) }
1335
1335
</ td >
1336
- { ! isEnableSubscription && (
1336
+ { isEnableSubscription && (
1337
1337
< td className = " pl-[20px] py-2 " >
1338
1338
{ props . ReportName === "Templates" && (
1339
1339
< div className = " flex flex-row-" >
You can’t perform that action at this time.
0 commit comments