>(this.props, 'title', 'icon', 'rightHeader', 'noPadding')}
className={buildClassName(css.box, this.props?.className)}
>
{(this.props.rightHeader || this.props.title || this.props.icon) && (
-
-
-
-
- {this.props.icon && (
-
-
-
- )}
- {this.props.title ? this.props.title : undefined}
-
-
- {this.props.rightHeader && (
-
- {this.props.rightHeader}
-
- )}
-
-
+
{this.props.rightHeader}
)}
{this.props.children && (
diff --git a/src/dzeio/Footer/index.tsx b/src/dzeio/Footer/index.tsx
index fab640b..9adbd8f 100644
--- a/src/dzeio/Footer/index.tsx
+++ b/src/dzeio/Footer/index.tsx
@@ -26,7 +26,7 @@ export default class Footer extends React.Component
{
public render = () => (