diff --git a/src/stories/Blocks/status-userprofile/statusUserprofile.tsx b/src/stories/Blocks/status-userprofile/statusUserprofile.tsx index be9c8b043..79ce89125 100644 --- a/src/stories/Blocks/status-userprofile/statusUserprofile.tsx +++ b/src/stories/Blocks/status-userprofile/statusUserprofile.tsx @@ -35,7 +35,10 @@ export const StatusUserprofile = (props: StatusUserprofileProps) => { )) ) : ( - + )}
@@ -57,7 +60,10 @@ export const StatusUserprofile = (props: StatusUserprofileProps) => {
)) ) : ( - + )} diff --git a/src/stories/Library/Lists/list-empty/ListEmpty.tsx b/src/stories/Library/Lists/list-empty/ListEmpty.tsx index 2f0a0d751..b429e86c5 100644 --- a/src/stories/Library/Lists/list-empty/ListEmpty.tsx +++ b/src/stories/Library/Lists/list-empty/ListEmpty.tsx @@ -3,11 +3,12 @@ import { Links, LinksProps } from "../../links/Links"; interface ListEmptyProps { text: string; links?: LinksProps[]; + className: string; } -const ListEmpty = ({ text, links }: ListEmptyProps) => { +const ListEmpty = ({ text, links, className }: ListEmptyProps) => { return ( -
+
{text} {links && (