Skip to content

Commit

Permalink
fix(home_charts): fix overtime graph not displayed when only 'permitt…
Browse files Browse the repository at this point in the history
…ed data' (#115)
  • Loading branch information
tsutsu3 authored Jan 25, 2025
1 parent daaae1e commit 020efef
Show file tree
Hide file tree
Showing 2 changed files with 1,549 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/home/home_charts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class HomeCharts extends StatelessWidget {
child: checkExistsData(
statusProvider
.getOvertimeDataJson!['domains_over_time'],
) &&
) ||
checkExistsData(
statusProvider.getOvertimeDataJson!['ads_over_time'],
)
Expand Down
Loading

0 comments on commit 020efef

Please sign in to comment.