Skip to content

Commit 4b084af

Browse files
authored
refactor: payment method list messaging (#10777)
1 parent 1cf3ca5 commit 4b084af

File tree

19 files changed

+916
-1238
lines changed

19 files changed

+916
-1238
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: update
3+
4+
refactor: adjust payment method settings UI to show inline notices and disabled checkboxes instead of `(!)` icon

client/components/duplicate-notice/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function DuplicateNotice( {
6868
return (
6969
<InlineNotice
7070
status="warning"
71-
icon={ true }
71+
icon={ false }
7272
isDismissible={ true }
7373
onRemove={ handleDismiss }
7474
>

client/components/loadable-checkbox/index.js

Lines changed: 0 additions & 139 deletions
This file was deleted.

client/components/loadable-checkbox/style.scss

Lines changed: 0 additions & 35 deletions
This file was deleted.

client/components/loadable-checkbox/test/__snapshots__/index.test.js.snap

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)