Skip to content

Commit 00111c6

Browse files
committed
code clean
1 parent 7c57f24 commit 00111c6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

apps/src/lib/ui/accounts/DeleteAccountDialog.story.jsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ export default storybook => {
6868
{...DEFAULT_PROPS}
6969
isTeacher={true}
7070
warnAboutDeletingStudents={true}
71-
checkboxes = {
72-
getCheckboxes(false,true)
73-
}
71+
checkboxes={getCheckboxes(false,true)}
7472
/>
7573
)
7674
},
@@ -86,9 +84,7 @@ export default storybook => {
8684
{...DEFAULT_PROPS}
8785
isTeacher={true}
8886
warnAboutDeletingStudents={true}
89-
checkboxes = {
90-
getCheckboxes(true)
91-
}
87+
checkboxes={getCheckboxes(true)}
9288
/>
9389
)
9490
},

0 commit comments

Comments
 (0)