Skip to content

Commit 01413bd

Browse files
committed
Fix
1 parent 5e3541a commit 01413bd

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
@@ -329,7 +329,7 @@ const TaskApps: FC<TaskAppsProps> = ({ task }) => {
329329
return (
330330
<main className="flex-1 flex flex-col">
331331
<div className="border-0 border-b border-border border-solid w-full p-1 flex gap-2">
332-
{emmbedApps
332+
{embeddedApps
333333
.filter((app) => !app.external)
334334
.map((app) => (
335335
<TaskAppButton

0 commit comments

Comments
 (0)