diff --git a/src/frontend/src/components/keypairListComponent/index.tsx b/src/frontend/src/components/keypairListComponent/index.tsx
index 42043d1c6..ec8d6bf64 100644
--- a/src/frontend/src/components/keypairListComponent/index.tsx
+++ b/src/frontend/src/components/keypairListComponent/index.tsx
@@ -42,7 +42,7 @@ export default function KeypairListComponent({
1 && editNode ? "my-1" : "",
- "flex flex-col gap-3 h-full"
+ "flex h-full flex-col gap-3"
)}
>
{value?.map((obj, index) => {
diff --git a/src/frontend/src/modals/dictAreaModal/index.tsx b/src/frontend/src/modals/dictAreaModal/index.tsx
index dfec9d76e..fc867cccf 100644
--- a/src/frontend/src/modals/dictAreaModal/index.tsx
+++ b/src/frontend/src/modals/dictAreaModal/index.tsx
@@ -38,7 +38,7 @@ export default function DictAreaModal({
/>
-