Skip to content

Commit

Permalink
1.0.0+1 (#60)
Browse files Browse the repository at this point in the history
* 1.0.0+1
  • Loading branch information
nain93 committed Sep 11, 2023
1 parent 8ad87f5 commit 4f5e973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/screens/setting/setting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ class Setting extends HookConsumerWidget {
title: '내 취향관리',
onPressed: goEditMyType,
),
SettingListTile(
title: '1:1 문의하기',
onPressed: goContact,
),
// SettingListTile(
// title: '1:1 문의하기',
// onPressed: goContact,
// ),
SettingListTile(
title: '이용약관',
onPressed: goTerms,
Expand Down

0 comments on commit 4f5e973

Please sign in to comment.