diff --git a/cloud/app/src/component/workspace/common.tsx b/cloud/app/src/component/workspace/common.tsx index fd1b8b1b6..f85fd8423 100644 --- a/cloud/app/src/component/workspace/common.tsx +++ b/cloud/app/src/component/workspace/common.tsx @@ -23,5 +23,3 @@ export function formatDateUTC(date: Date) { } return date.toLocaleDateString("en-US", options) } - - diff --git a/cloud/app/src/component/workspace/new-user-section.tsx b/cloud/app/src/component/workspace/new-user-section.tsx index ca38390b3..15f8bcb5c 100644 --- a/cloud/app/src/component/workspace/new-user-section.tsx +++ b/cloud/app/src/component/workspace/new-user-section.tsx @@ -94,4 +94,3 @@ export function NewUserSection() { ) } -