Add period after index

environments/review-improve-po-1foajl/deployments/217
Justin 2022-06-07 11:25:24 -04:00
rodzic 3dc60f2cd8
commit e60db6decb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -90,7 +90,7 @@ const Option = (props: IOption) => {
<HStack alignItems='center' justifyContent='between' space={4}>
<HStack alignItems='center' space={2} grow>
<div className='w-6'>
<Text weight='bold'>{index + 1}</Text>
<Text weight='bold'>{index + 1}.</Text>
</div>
<AutosuggestInput