fix: display_name should not be formatted
This commit is contained in:
parent
f68de27444
commit
4cb8bdf4c4
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export default function GenericNode({
|
|||
}
|
||||
title={
|
||||
data.node.template[t].display_name
|
||||
? snakeToNormalCase(data.node.template[t].display_name)
|
||||
? data.node.template[t].display_name
|
||||
: data.node.template[t].name
|
||||
? snakeToNormalCase(data.node.template[t].name)
|
||||
: snakeToNormalCase(t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue