From 43d67c2a5689e114b22c4d389127ff0fcbb6e28b Mon Sep 17 00:00:00 2001 From: Tiago Teixeira Date: Wed, 26 Jun 2024 17:43:43 +0100 Subject: [PATCH] feat: test bump changed component (#1034) # What ## Code Quality Checklist - [ ] Lint and unit tests pass locally with my changes - [ ] I have added tests that prove my fix is effective or that my feature works (if appropriate) - [ ] I have added necessary documentation (if appropriate) - [ ] I have updated storybook (if appropriate) - [ ] I have ran `yarn set-peer-dep` when adding an icon as a dependency of another component (if appropriate) [read more](https://carlsberggbs.atlassian.net/wiki/spaces/DSM/pages/4697162121/Components+as+peer+dependency) ## Jira Card DSM- --- malty/atoms/Button/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malty/atoms/Button/Button.tsx b/malty/atoms/Button/Button.tsx index c9f594b74..03645ba18 100644 --- a/malty/atoms/Button/Button.tsx +++ b/malty/atoms/Button/Button.tsx @@ -127,7 +127,7 @@ export const Button = ({ {loading && (
- +
)}