Skip to content

Commit e915f53

Browse files
committed
Fixes indenting that is angering the linter
1 parent 42847e3 commit e915f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/learn/certification-details/certification-details-sidebar/CertificationDetailsSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const CertificationDetailsSidebar: FC<CertificationDetailsSidebarProps> = (props
157157
styles.tag,
158158
completed
159159
? styles[
160-
`completed-${props.certification.certificationCategory.track.toLowerCase() || 'dev'}`
160+
`completed-${props.certification.certificationCategory.track.toLowerCase() || 'dev'}`
161161
]
162162
: styles.enrolled,
163163
)}

0 commit comments

Comments
 (0)