bluejoyq

add comment to rateline

...@@ -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 }
......