Skip to content

Commit bc48e98

Browse files
committed
use string props
1 parent 97e142f commit bc48e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-ts/tools/learn/free-code-camp/FreeCodeCamp.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,9 +477,9 @@ const FreeCodeCamp: FC<{}> = () => {
477477
{
478478
lesson && profile?.roles?.includes(UserRole.tcaAdmin) && (
479479
<Button
480-
buttonStyle={'secondary'}
480+
buttonStyle='secondary'
481481
className={styles.completeCourseBtn}
482-
size={'xs'}
482+
size='xs'
483483
label='Complete Course'
484484
onClick={adminCompleteCourse}
485485
/>

0 commit comments

Comments
 (0)