aboutsummaryrefslogtreecommitdiff
path: root/ui/src/components/node_card.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-18 20:42:09 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-18 20:42:09 +0100
commit848cd3e478d77daf75076e5ee075fb4f76304baa (patch)
treeb253fb461952e85045f02a1e1be3e4d67dfe93c1 /ui/src/components/node_card.rs
parent0d2068477d474416d92557c5af5491527c50d11d (diff)
downloadjellything-848cd3e478d77daf75076e5ee075fb4f76304baa.tar
jellything-848cd3e478d77daf75076e5ee075fb4f76304baa.tar.bz2
jellything-848cd3e478d77daf75076e5ee075fb4f76304baa.tar.zst
render credits
Diffstat (limited to 'ui/src/components/node_card.rs')
-rw-r--r--ui/src/components/node_card.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/node_card.rs b/ui/src/components/node_card.rs
index a4ea5e5..1b8fd67 100644
--- a/ui/src/components/node_card.rs
+++ b/ui/src/components/node_card.rs
@@ -38,7 +38,7 @@ markup::define! {
}
div.subtitle {
span {
- @node.get(NO_SUBTITLE)
+ @nku.get(NKU_ROLE).or(node.get(NO_SUBTITLE))
}
}
}