From 03e1f630a2a9854db35d7d9a88c242999f7e4eaf Mon Sep 17 00:00:00 2001 From: Tiago Teixeira Date: Wed, 26 Jun 2024 16:11:11 +0100 Subject: [PATCH] feat: test version bump workflow (#1027) # 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 03645ba18..c9f594b74 100644 --- a/malty/atoms/Button/Button.tsx +++ b/malty/atoms/Button/Button.tsx @@ -127,7 +127,7 @@ export const Button = ({ {loading && (
- +
)}