diff --git a/src/components/Empty/index.js b/src/components/Empty/index.js index e54327b..b5eb611 100644 --- a/src/components/Empty/index.js +++ b/src/components/Empty/index.js @@ -7,7 +7,7 @@ export const Empty = ({ text, buttonText, buttonAction }) => { className="flex-1 flex flex-col justify-center items-center " style={{ minHeight: "calc(100vh - 120px)" }} > - {text} + {text} {buttonText && (