Skip to content

Commit

Permalink
fix #1206: install uninstall button
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined committed May 27, 2020
1 parent ce6ef75 commit d8b5a7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ const ClientAppDetail: React.FC<ClientAppDetailProps> = () => {
buttonGroup={renderAppHeaderButtonGroup(
id,
installedOn,
onUninstsallConfirmationModal,
onInstallConfirmationModal,
onUninstsallConfirmationModal,
isInstallBtnHidden,
)}
/>
Expand Down

0 comments on commit d8b5a7d

Please sign in to comment.