diff --git a/components/owner/rights/premium.tsx b/components/owner/rights/premium.tsx index 202e092..79d0cbe 100644 --- a/components/owner/rights/premium.tsx +++ b/components/owner/rights/premium.tsx @@ -53,6 +53,7 @@ const Premium = (props: Props) => { onPress={async () => { setPayType(item?.product_code); }} + key={item?.product_code} style={[styles.yearly, { borderColor: payType === item?.product_code ? '#FFB645' : '#E1E1E1', opacity: payType === item?.product_code ? 1 : 0.5 }]} activeOpacity={0.8} >