change sticky promotion position

This commit is contained in:
xiaomlove
2022-09-15 01:13:14 +08:00
parent babc261779
commit df10de86d2
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -426,8 +426,9 @@ JS;
$rowByRowHtml .= tr($field['label'], $contentFormatted, 1);
}
}
$result = $rowByRowHtml;
if ($shouldRenderMixRow) {
if ($shouldRenderMixRow && $mixedRowContent) {
$result .= tr($displayName, format_comment($mixedRowContent), 1);
}
return $result;