fix: update - dark mode, i18n, bug fixes across frontend pages
This commit is contained in:
@@ -7,8 +7,6 @@ import {
|
||||
Avatar,
|
||||
message,
|
||||
Button,
|
||||
Tag,
|
||||
Tooltip,
|
||||
} from "antd";
|
||||
import {
|
||||
UserOutlined,
|
||||
@@ -261,7 +259,6 @@ const UserInfoCard: React.FC<UserInfoCardProps> = ({ onEditField }) => {
|
||||
style={{ width: "100%" }}
|
||||
changeOnSelect
|
||||
dropdownClassName="region-cascader-dropdown"
|
||||
popupProps={{ closeOnScroll: false }}
|
||||
/>
|
||||
{detectedLocation && (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user