diff --git a/resources/assets/src/views/admin/PluginsManagement/InfoBox.tsx b/resources/assets/src/views/admin/PluginsManagement/InfoBox.tsx index 39367151..79667b42 100644 --- a/resources/assets/src/views/admin/PluginsManagement/InfoBox.tsx +++ b/resources/assets/src/views/admin/PluginsManagement/InfoBox.tsx @@ -11,7 +11,7 @@ interface Props { baseUrl: string } -const InfoBox: React.FC = props => { +const InfoBox: React.FC = (props) => { const { plugin } = props const handleChange = (event: React.ChangeEvent) => { @@ -74,7 +74,12 @@ const InfoBox: React.FC = props => { -
{plugin.description}
+
+ {plugin.description} +
)