Skip to content

Commit 5e3541a

Browse files
Update site/src/pages/TaskPage/TaskPage.tsx
Co-authored-by: Hugo Dutka <hugo@coder.com>
1 parent 8e0f482 commit 5e3541a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/TaskPage/TaskPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ const TaskApps: FC<TaskAppsProps> = ({ task }) => {
323323
return src;
324324
});
325325

326-
const emmbedApps = apps.filter((app) => !app.external);
326+
const embeddedApps = apps.filter((app) => !app.external);
327327
const externalApps = apps.filter((app) => app.external);
328328

329329
return (

0 commit comments

Comments
 (0)