sgx_jmp.rb 🔗
@@ -722,7 +722,8 @@ Command.new(
Command.new(
"referral codes",
- "👥 Refer a friend for free credit"
+ "👥 Refer a friend for free credit",
+ list_for: ->(customer:, **) { !!customer&.currency }
) {
repo = InvitesRepo.new
Command.customer.then { |customer|