Skip to content

Commit

Permalink
Merge branch 'epic/TUP-700-core-components-node-pkg' into feat/TUP-70…
Browse files Browse the repository at this point in the history
…0-core-components-node-pkg--publish
  • Loading branch information
wesleyboar committed May 20, 2024
2 parents cc60342 + 3e4f9df commit 6221309
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 2 additions & 0 deletions libs/core-components/tsconfig.storybook.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"src/**/*.test.js"
],
"include": [
"src/**/*.js",
"src/**/*.jsx",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.stories.ts",
Expand Down
1 change: 0 additions & 1 deletion libs/tup-components/src/mfa/MfaQRPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const MfaQRPanel: React.FC = () => {
id="text"
value={data.otpkey.value_b32}
buttonClassName="s-affixed-input-wrapper__prepend"
firstElement="input"
/>
</div>
</p>
Expand Down

0 comments on commit 6221309

Please sign in to comment.