@topconsultnpm/sdkui-react-beta 6.13.71 → 6.13.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -237,7 +237,7 @@ export const OwnerInitialsBadge = (blogPost) => {
|
|
|
237
237
|
export const IconAndHeaderElement = (blogPost, iconColor, isSelected, headerClickCallback, searchText) => {
|
|
238
238
|
return _jsxs("span", { style: { marginLeft: "5px", cursor: blogPost.classID === 'WG' ? "pointer" : "default", display: "inline-flex", alignItems: "center" }, onClick: headerClickCallback, children: [_jsx(TMTooltip, { content: blogPost.classID === 'DS' ? SDKUI_Localizator.Practice : SDKUI_Localizator.WorkGroup, children: blogPost.classID === "DS" ? (_jsx(IconWorkspace, { color: iconColor })) : (_jsx(IconUserGroup, { color: iconColor })) }), _jsx("span", { style: {
|
|
239
239
|
marginLeft: "5px",
|
|
240
|
-
textDecoration: blogPost.classID === "WG" ? "underline" : "none",
|
|
240
|
+
// textDecoration: (blogPost as HomeBlogPost).classID === "WG" ? "underline" : "none",
|
|
241
241
|
cursor: blogPost.classID === "WG" ? "pointer" : "default",
|
|
242
242
|
color: isSelected
|
|
243
243
|
? "#fff"
|