From 6a45e382f768b72a90289de939404a9faffdc512 Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Mon, 15 Jul 2024 17:18:13 +0800 Subject: [PATCH] Make tooltip icons inline Signed-off-by: Egor Savkin --- static/js/shop/options/components/Line.jsx | 5 +++-- static/js/shop/options/components/Switch.jsx | 2 +- static/js/shop/options/components/SwitchLine.jsx | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/static/js/shop/options/components/Line.jsx b/static/js/shop/options/components/Line.jsx index 6114b01..cb22832 100644 --- a/static/js/shop/options/components/Line.jsx +++ b/static/js/shop/options/components/Line.jsx @@ -39,9 +39,10 @@ class Line extends Component {
- {this.props.tip && }
diff --git a/static/js/shop/options/components/Switch.jsx b/static/js/shop/options/components/Switch.jsx index ec05a52..7503edc 100644 --- a/static/js/shop/options/components/Switch.jsx +++ b/static/js/shop/options/components/Switch.jsx @@ -49,8 +49,8 @@ class Switch extends Component { - {this.props.tip && } ); diff --git a/static/js/shop/options/components/SwitchLine.jsx b/static/js/shop/options/components/SwitchLine.jsx index 39dcd32..e05b67c 100644 --- a/static/js/shop/options/components/SwitchLine.jsx +++ b/static/js/shop/options/components/SwitchLine.jsx @@ -65,8 +65,8 @@ class SwitchLine extends Component { - {this.props.tip && }