remove details button on bots (overview)
This commit is contained in:
@@ -155,7 +155,7 @@ export default function OverviewTopPages({ projectId }: OverviewTopPagesProps) {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<OverviewDetailsButton chart={widget.chart} />
|
{widget.chart?.name && <OverviewDetailsButton chart={widget.chart} />}
|
||||||
</WidgetBody>
|
</WidgetBody>
|
||||||
</Widget>
|
</Widget>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user