@@ -108,8 +108,6 @@ export class RewardTableStatusCell {
108108
109109 const isCashReward = reward . rewardedCash ;
110110
111- console . log ( this . reward , "reward in status cell" ) ;
112-
113111 // pft can now be created before withdrawal settings exist
114112 if ( isCashReward ) {
115113 if (
@@ -250,11 +248,11 @@ export class RewardTableStatusCell {
250248 } ,
251249 {
252250 date : DateTime . fromMillis (
253- this . reward . partnerFundsTransfer . dateScheduled ,
251+ this . reward . partnerFundsTransfer . dateScheduled
254252 )
255253 ?. setLocale ( luxonLocale ( this . locale ) )
256254 . toLocaleString ( DateTime . DATE_MED ) ,
257- } ,
255+ }
258256 ) ;
259257 }
260258 }
@@ -267,7 +265,7 @@ export class RewardTableStatusCell {
267265 { id : "statusMessage" , defaultMessage : this . statusText } ,
268266 {
269267 status : rewardStatus ,
270- } ,
268+ }
271269 ) ;
272270
273271 const badgeType = this . getBadgeType ( rewardStatus ) ;
@@ -298,8 +296,8 @@ export class RewardTableStatusCell {
298296 rewardStatus === "PENDING_REVIEW"
299297 ? this . pendingReviewText
300298 : rewardStatus === "DENIED"
301- ? this . deniedText
302- : null ;
299+ ? this . deniedText
300+ : null ;
303301
304302 const getBadgeCSSClass = ( ) => {
305303 switch ( rewardStatus ) {
@@ -349,7 +347,7 @@ export class RewardTableStatusCell {
349347
350348 const taxReason = prop . getTaxPendingReasons (
351349 prop . reward ,
352- prop . taxConnection ,
350+ prop . taxConnection
353351 ) ;
354352
355353 return [
0 commit comments