From eef7dc61737751db0b81b2b31a8f0e0f12be7009 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 17 Jan 2022 17:33:33 +0100 Subject: [PATCH] Fix formatting message --- libs/remix-ui/helper/src/lib/helper-components.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libs/remix-ui/helper/src/lib/helper-components.tsx b/libs/remix-ui/helper/src/lib/helper-components.tsx index daa07cc110..65ff10608a 100644 --- a/libs/remix-ui/helper/src/lib/helper-components.tsx +++ b/libs/remix-ui/helper/src/lib/helper-components.tsx @@ -3,10 +3,9 @@ import React from 'react' export const fileChangedToastMsg = (from: string, path: string) => (
- {from} - + {from} is modifying - {path} + {path}
) @@ -52,4 +51,4 @@ export const sourceVerificationNotAvailableToastMsg = () => (
Source verification plugin not activated or not available. continuing without source code debugging.
-) \ No newline at end of file +)