File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ class BuyLinksTable extends React.Component {
125125 < TableCell align = "center" className = { "red" } > USER</ TableCell >
126126 < TableCell align = "center" className = { "red" } > PRODUCT</ TableCell >
127127 < TableCell align = "center" className = { "red" } > URL</ TableCell >
128+ < TableCell align = "center" className = { "red" } > CODE</ TableCell >
128129 < TableCell align = "center" className = { "red" } > STATUS</ TableCell >
129130 < TableCell align = "center" className = { "red" } > COUPON</ TableCell >
130131 < TableCell align = "center" className = { "red" } > STATE</ TableCell >
@@ -146,6 +147,9 @@ class BuyLinksTable extends React.Component {
146147 < TableCell align = "center" >
147148 { buyLink . short_url }
148149 </ TableCell >
150+ < TableCell align = "center" >
151+ { buyLink . code }
152+ </ TableCell >
149153 < TableCell align = "center" >
150154 { buyLink . active === true ? 'Active' : 'Inactive' }
151155 </ TableCell >
You can’t perform that action at this time.
0 commit comments