Skip to content

Commit

Permalink
Spotless Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 authored and github-actions[bot] committed Jan 13, 2024
1 parent ee47bc5 commit b35531c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dinky-web/src/pages/DataStudio/HeaderContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,7 @@ const HeaderContainer = (props: connect) => {
// 发布按钮
icon: isOnline(currentData) ? <MergeCellsOutlined /> : <FundOutlined />,
title: isOnline(currentData) ? l('button.offline') : l('button.publish'),
isShow:
(currentTab?.type == TabsPageType.project),
isShow: currentTab?.type == TabsPageType.project,
click: () => handleChangeJobLife()
},
{
Expand Down

0 comments on commit b35531c

Please sign in to comment.