diff --git a/frontend/src/Components/Tooltip/Tooltip.js b/frontend/src/Components/Tooltip/Tooltip.js index 6a7cb9e3d..461e96cce 100644 --- a/frontend/src/Components/Tooltip/Tooltip.js +++ b/frontend/src/Components/Tooltip/Tooltip.js @@ -22,6 +22,8 @@ function getMaxWidth() { } else { maxWidth = 450; } + + return maxWidth; } class Tooltip extends Component {