diff --git a/client/ayon_core/tools/publisher/widgets/card_view_widgets.py b/client/ayon_core/tools/publisher/widgets/card_view_widgets.py
index 8a8b81d615..e847b2e970 100644
--- a/client/ayon_core/tools/publisher/widgets/card_view_widgets.py
+++ b/client/ayon_core/tools/publisher/widgets/card_view_widgets.py
@@ -529,7 +529,9 @@ class InstanceCardWidget(CardWidget):
for part in found_parts:
replacement = "{}".format(part)
label = label.replace(part, replacement)
- label += self.get_card_widget_sub_label(folder_name, task_name)
+ sublabel = self._get_card_widget_sub_label(folder_path, task_name)
+ if sublabel:
+ label += f"
{sublabel}"
self._label_widget.setText(label)
# HTML text will cause that label start catch mouse clicks