We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfdfbc commit 9d70e10Copy full SHA for 9d70e10
components/board/benefit/affiliate/affiliate.table.jsx
@@ -27,7 +27,7 @@ const AffiliateTable = ({ affiliateList }) => {
27
{moment(affiliate.created_at).format('YYYY-MM-DD HH:mm')}
28
</Table.Cell>
29
<Table.Cell>
30
- <Link href={`/benefit/affiliate/update/${affiliate.id}`}>
+ <Link href={`board/benefit/affiliate/update/${affiliate.id}`}>
31
<Icon name={'edit'} />
32
</Link>
33
components/board/benefit/discount/discount.table.jsx
@@ -31,7 +31,7 @@ const DiscountTable = ({ discountList }) => {
{moment(discount.created_at).format('YYYY-MM-DD HH:mm')}
34
- <Link href={`/benefit/discount/update/${discount.id}`}>
+ <Link href={`board/benefit/discount/update/${discount.id}`}>
35
36
37
0 commit comments