Skip to content

Commit

Permalink
Feat: 홈화면 텍스트 위젯 분리 rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
KimDonghyeok committed Jun 12, 2024
1 parent 7b14030 commit 78e5788
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/presentation/home/screen/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ class _HomeScreenState extends State<HomeScreen> {
? viewModel.temperatureGap!.toStringAsFixed(1)
: (-viewModel.temperatureGap!).toStringAsFixed(1);

bool isNullValue(dynamic value) {
return value == null;
}

return Scaffold(
body: switch (viewModel.status) {
HomeScreenStatus.error => const Center(child: Text('데이터를 불러올 수 없습니다.')),
Expand Down

0 comments on commit 78e5788

Please sign in to comment.