@@ -943,7 +943,7 @@ export default function Page() {
{
user.isLogin && !showErrorPage && <View style={{ marginTop: rpxToPx(60), display: 'flex', flexDirection: 'column' }}>
<Text className="discovery1" >{t('feature.track_time_duration.weekly.title')}</Text>
- {/* <WeekCalendar /> */}
+ <WeekCalendar />
</View>
}