Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -25,6 +25,7 @@ const RateLine = ({load,pastScore }) => { | ... | @@ -25,6 +25,7 @@ const RateLine = ({load,pastScore }) => { |
25 | ))} | 25 | ))} |
26 | </View> | 26 | </View> |
27 | <View style={styles.detail}><Text style={styles.new}>최근</Text><Text></Text></View> | 27 | <View style={styles.detail}><Text style={styles.new}>최근</Text><Text></Text></View> |
28 | + <Text>당신의 최근 점수 트렌드입니다</Text> | ||
28 | </> | 29 | </> |
29 | : <PromptSearchRate /> | 30 | : <PromptSearchRate /> |
30 | } | 31 | } | ... | ... |
-
Please register or login to post a comment