import React from 'react'; type Props = { onClick: () => void, disabled: boolean, } export const AdminInstallButtonRow = (props: Props): JSX.Element => { return (