Skip to content

Commit e22f9f3

Browse files
committed
run formatting
1 parent 79e0eb2 commit e22f9f3

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

src/components/TaskInfoPanel/PropertiesTab/PropertiesTab.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ export const PropertiesTab = () => {
8181
)}
8282
>
8383
<span
84-
className={cn(
85-
'font-medium text-zinc-500 dark:text-slate-400',
86-
!isLong && 'shrink-0'
87-
)}
84+
className={cn('font-medium text-zinc-500 dark:text-slate-400', !isLong && 'shrink-0')}
8885
>
8986
{key}
9087
</span>

src/components/TaskInfoPanel/TaskTab/TaskTab.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ export const TaskTab = ({
6060

6161
<InstructionPanel
6262
taskInstruction={
63-
challenge?.instruction
64-
? substituteTaskProperties(challenge.instruction, task)
65-
: undefined
63+
challenge?.instruction ? substituteTaskProperties(challenge.instruction, task) : undefined
6664
}
6765
challengeDescription={challenge?.description ?? undefined}
6866
/>

0 commit comments

Comments
 (0)