@@ -265,7 +265,7 @@ export default function Payments ({ user, userId, organization }: PaybuttonsProp
265265 }
266266 } ,
267267 {
268- Header : ( ) => ( < div style = { { textAlign : ' right' } } > Amount</ div > ) ,
268+ Header : ( ) => ( < div className = "text- right" > Amount</ div > ) ,
269269 accessor : 'amount' ,
270270 sortType : compareNumericString ,
271271 Cell : ( cellProps ) => {
@@ -280,7 +280,7 @@ export default function Payments ({ user, userId, organization }: PaybuttonsProp
280280 }
281281 } ,
282282 {
283- Header : ( ) => ( < div style = { { textAlign : ' right' } } > Value</ div > ) ,
283+ Header : ( ) => ( < div className = "text- right" > Value</ div > ) ,
284284 accessor : 'values' ,
285285 sortType : compareNumericString ,
286286 disableSortBy : true ,
@@ -289,7 +289,7 @@ export default function Payments ({ user, userId, organization }: PaybuttonsProp
289289 }
290290 } ,
291291 {
292- Header : ( ) => ( < div style = { { textAlign : ' center' } } > Network</ div > ) ,
292+ Header : ( ) => ( < div className = "text- center" > Network</ div > ) ,
293293 accessor : 'networkId' ,
294294 Cell : ( cellProps ) => {
295295 return (
@@ -302,7 +302,7 @@ export default function Payments ({ user, userId, organization }: PaybuttonsProp
302302 }
303303 } ,
304304 {
305- Header : ( ) => ( < div style = { { textAlign : ' center' } } > Buttons</ div > ) ,
305+ Header : ( ) => ( < div className = "text- center" > Buttons</ div > ) ,
306306 accessor : 'buttonDisplayDataList' ,
307307 Cell : ( cellProps ) => {
308308 return (
@@ -321,7 +321,7 @@ export default function Payments ({ user, userId, organization }: PaybuttonsProp
321321 }
322322 } ,
323323 {
324- Header : 'TX' ,
324+ Header : ( ) => ( < div className = "text-center" > TX </ div > ) ,
325325 accessor : 'hash' ,
326326 disableSortBy : true ,
327327 Cell : ( cellProps ) => {
@@ -336,7 +336,7 @@ export default function Payments ({ user, userId, organization }: PaybuttonsProp
336336 }
337337 } ,
338338 {
339- Header : ( ) => ( < div style = { { textAlign : ' center' } } > Invoice</ div > ) ,
339+ Header : ( ) => ( < div className = "text- center" > Invoice</ div > ) ,
340340 id : 'actions' ,
341341 disableSortBy : true ,
342342 Cell : ( cellProps ) => {
0 commit comments