fix(index): fix realm in link to character when using a single realm
This commit is contained in:
parent
88e1d143d1
commit
d0eb86daa7
3 changed files with 5 additions and 5 deletions
|
|
@ -43,7 +43,7 @@
|
|||
columnDefs: [
|
||||
{
|
||||
targets: 0,
|
||||
render: name => `<a href="/character/${$("#select-realm").val()}/${name}">${name}</a>`,
|
||||
render: (name, type, row, meta) => `<a href="/character/${meta.settings.json.realm}/${name}">${name}</a>`,
|
||||
},
|
||||
{
|
||||
searchable: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue