remove unwanted title prop

pull/4703/head
Joseph Izang 8 months ago committed by Aniket
parent 13d460af4d
commit cd1693d016
  1. 1
      apps/vyper/src/app/components/CompilerButton.tsx

@ -31,7 +31,6 @@ function CompilerButton({contract, setOutput, compilerUrl, resetCompilerState, o
setLoadingSpinnerState(true) setLoadingSpinnerState(true)
await compileContract(contract, compilerUrl, setOutput, setLoadingSpinnerState) await compileContract(contract, compilerUrl, setOutput, setLoadingSpinnerState)
}} }}
title={contract}
className="btn btn-primary w-100 d-block btn-block text-break remixui_disabled mb-1 mt-3" className="btn btn-primary w-100 d-block btn-block text-break remixui_disabled mb-1 mt-3"
> >
<div className="d-flex align-items-center justify-content-center fa-1x"> <div className="d-flex align-items-center justify-content-center fa-1x">

Loading…
Cancel
Save