diff --git a/frontend/src/assets/css/common.css b/frontend/src/assets/css/common.css
index 1311fa20c..36906d21b 100644
--- a/frontend/src/assets/css/common.css
+++ b/frontend/src/assets/css/common.css
@@ -226,7 +226,7 @@ div.content {
@media only screen and (width <=550px) {
.search-dialog-content {
- width: calc(100% - 20px);
+ width: auto;
max-width: 480px;
}
}
diff --git a/frontend/src/config/env.config.ts b/frontend/src/config/env.config.ts
index 381d44e7d..471cf8958 100644
--- a/frontend/src/config/env.config.ts
+++ b/frontend/src/config/env.config.ts
@@ -48,10 +48,6 @@ const CURRENCIES: Currency[] = [
code: 'GBP',
symbol: '£',
}
- // {
- // code: 'IQD',
- // symbol: 'IQD',
- // }
]
const env = {
diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx
index 31f8c50c6..417121ec5 100644
--- a/frontend/src/pages/Home.tsx
+++ b/frontend/src/pages/Home.tsx
@@ -546,7 +546,7 @@ const Home = () => {