From c7ff3f42f64a7a14faea0af8dd3f8d7044709681 Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Mon, 23 Sep 2024 13:59:17 +0200 Subject: [PATCH] Refactor CopyInput component Remove unnecessary input-group-append div and simplify structure --- src/bootstrap/CopyInput.js | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/bootstrap/CopyInput.js b/src/bootstrap/CopyInput.js index 1e1e1cc..fe5d707 100644 --- a/src/bootstrap/CopyInput.js +++ b/src/bootstrap/CopyInput.js @@ -48,15 +48,13 @@ function CopyInput({ value, ...props }) { return ( -
- -
+ ); }