diff --git a/src/features/goods/GoodsRedeemModal.tsx b/src/features/goods/GoodsRedeemModal.tsx
index c112ae4..4959e93 100644
--- a/src/features/goods/GoodsRedeemModal.tsx
+++ b/src/features/goods/GoodsRedeemModal.tsx
@@ -106,7 +106,6 @@ export function GoodsRedeemModal({
const isPhysicalPrize = selectedCategoryId === 'PHYSICAL'
const isTransferToPlatform = selectedCategoryId === 'WITHDRAW'
const isGameBonus = selectedCategoryId === 'BONUS'
- const isPhysicalPrizeSelection = modalMode === 'select-address' && isPhysicalPrize
const modalTitle = modalMode === 'add-address'
? t('goods.addShippingAddress')
: isTransferToPlatform
@@ -206,9 +205,7 @@ export function GoodsRedeemModal({