|
@@ -209,7 +209,7 @@ const SettingsSection: React.FC<PropsType> = ({
|
|
|
console.log(PORTER_IMAGE_TEMPLATES.includes(selectedImageUrl));
|
|
console.log(PORTER_IMAGE_TEMPLATES.includes(selectedImageUrl));
|
|
|
return (
|
|
return (
|
|
|
<>
|
|
<>
|
|
|
- {!currentChart.is_stack &&
|
|
|
|
|
|
|
+ {!currentChart.stack_id?.length &&
|
|
|
!PORTER_IMAGE_TEMPLATES.includes(selectedImageUrl) ? (
|
|
!PORTER_IMAGE_TEMPLATES.includes(selectedImageUrl) ? (
|
|
|
<>
|
|
<>
|
|
|
<Heading>Source Settings</Heading>
|
|
<Heading>Source Settings</Heading>
|