update endpoints
This commit is contained in:
@@ -217,7 +217,7 @@ export default function RegisterForm() {
|
||||
</p>
|
||||
)}
|
||||
{state?.error?.server && (
|
||||
<p className="text-sm text-red-500">
|
||||
<p className="text-sm text-red-500 mt-4">
|
||||
{t(state?.error?.server)}
|
||||
</p>
|
||||
)}
|
||||
|
||||
@@ -7,8 +7,6 @@ import { useTranslations } from 'next-intl';
|
||||
|
||||
export default function DropDownList() {
|
||||
const pathname = usePathname().replace('/en/', '/').replace('/ru/', '/');
|
||||
console.log('pathname');
|
||||
console.log(pathname);
|
||||
const [dropDownExpanded, setDropDownExpanded] = useState(false);
|
||||
const t = useTranslations('Global');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user