- Merge client update into test-beta
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import React from "react";
|
||||
import { Result } from "antd";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import {Result} from "antd";
|
||||
import {useTranslation} from "react-i18next";
|
||||
|
||||
export default function NoShop() {
|
||||
const { t } = useTranslation();
|
||||
return (
|
||||
<div>
|
||||
<Result status="403" title={t("general.messages.noshop")} />
|
||||
</div>
|
||||
);
|
||||
const {t} = useTranslation();
|
||||
return (
|
||||
<div>
|
||||
<Result status="403" title={t("general.messages.noshop")}/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user