We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324f7b7 commit af17fa4Copy full SHA for af17fa4
1 file changed
src/components/Overview.tsx
@@ -658,7 +658,6 @@ export default function Overview() {
658
})()}
659
660
{/* Corpus Timelines */}
661
- {docsMonthly.length > 0 && docsMonthlyBySource.length > 0 && (
662
<div className="chart-row">
663
<div className="chart-box">
664
<div className="chart-title-bar">
@@ -768,9 +767,7 @@ export default function Overview() {
768
767
</div>
769
770
771
- )}
772
773
- {chunksMonthly.length > 0 && chunksMonthlyBySource.length > 0 && (
774
775
776
@@ -859,7 +856,6 @@ export default function Overview() {
859
856
860
857
861
858
862
863
864
{drilldown && (
865
<StatementDrilldown
0 commit comments