From 9310ea41ce51c21510c8871a47d051aa3f254e87 Mon Sep 17 00:00:00 2001
From: Aleksei Lunin <alexey.lunin@vereign.com>
Date: Wed, 1 Nov 2023 08:49:35 +0300
Subject: [PATCH] proof list page fix

---
 apps/dashboard/src/routes/pages/ProofListPage/index.tsx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/dashboard/src/routes/pages/ProofListPage/index.tsx b/apps/dashboard/src/routes/pages/ProofListPage/index.tsx
index 695242bd..fafbc118 100644
--- a/apps/dashboard/src/routes/pages/ProofListPage/index.tsx
+++ b/apps/dashboard/src/routes/pages/ProofListPage/index.tsx
@@ -8,6 +8,9 @@ import PageWithSidebar from "@dashboard/components/PageWithSidebar";
 const ProofListPage = observer(() => {
   return (
     <PageWithSidebar>
+      <h2>
+        Actions
+      </h2>
       <Space direction="horizontal">
         <Button
           onClick={() => {
-- 
GitLab