|
|
@@ -116,7 +116,7 @@ export default function LogTime() {
|
|
|
{
|
|
|
expandIndex == index && <View className='card_footer'>
|
|
|
<IconCalendar width={rpxToPx(24)} color='#5C7099' />
|
|
|
- <Text style={{ color: '#5C7099', marginLeft: rpxToPx(12), fontSize: rpxToPx(26) }}>Scheduled for {schedule_time} today</Text>
|
|
|
+ <Text style={{ color: '#5C7099', marginLeft: rpxToPx(12), fontSize: rpxToPx(26) }}>Scheduled for {schedule_time}</Text>
|
|
|
</View>
|
|
|
}
|
|
|
{
|