Skip to content

Commit

Permalink
Show graph when permitted data only
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 committed Jan 25, 2025
1 parent 742de6e commit be7c8d3
Showing 1 changed file with 1 addition 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

0 comments on commit be7c8d3

Please sign in to comment.