Skip to content
Snippets Groups Projects
Commit 9a48c4a4 authored by Dima Rifai's avatar Dima Rifai
Browse files

Issue #433 - Use NoResult component

parent 392adea5
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ import CustomPagination from "@/components/CustomPagination";
import { config } from "@/Config";
import { useRouter } from "next/router";
import AccountCommentPermlinkResultTable from "@/components/account/tabs/posts/AccountCommentPermlinkResultTable";
import NoResult from "@/components/NoResult";
const CommentPermlinkSearchResults = () => {
const {
......@@ -94,9 +95,7 @@ const CommentPermlinkSearchResults = () => {
</div>
</div>
) : (
<div className="flex justify-center w-full">
No permlinks matching given criteria
</div>
<NoResult/>
)}
</>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment