disable update text

This commit is contained in:
SrGooglo 2024-02-02 16:33:43 +01:00
parent 7f17468781
commit 6a85669d5a

View File

@ -24,7 +24,7 @@ const Header = (props) => {
/>
}
{
{/* {
ctx.updateText && <antd.Button
size="small"
icon={<Icons.MdRefresh />}
@ -32,7 +32,7 @@ const Header = (props) => {
>
{ctx.updateText}
</antd.Button>
}
} */}
{
ctx.updateAvailable && <antd.Button