fix entryId screen layout

pull/47/head
Tim Pechersky 2021-08-03 19:39:52 +08:00
rodzic f7fa05df18
commit 773995a8d3
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ import { useRouter } from "../../src/core/hooks";
import Tags from "../../src/components/Tags";
import Scrollable from "../../src/components/Scrollable";
import TxInfo from "../../src/components/TxInfo";
import { getLayout } from "../../src/layouts/EntriesLayout";
const Entry = () => {
const router = useRouter();
@ -168,5 +169,5 @@ const Entry = () => {
);
};
//Entry.getLayout = getLayout;
Entry.getLayout = getLayout;
export default Entry;