Skip to content

Commit

Permalink
Minor DeepScan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikem-legend committed Feb 27, 2024
1 parent d057c8a commit 3f1656a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ const RequestSignMessageDialog = () => {
{!isPasswordStep && !isErrorView && (
<BlockchainAppDetailsHeader
className={styles.blockchainAppDetailsHeaderProp}
headerText={
// eslint-disable-next-line no-nested-ternary
isPasswordStep ? t('Signed message') : method ? getTitle(method, t) : 'Sign message'
}
headerText={method ? getTitle(method, t) : 'Signed message'}
application={{
data: {
name,
Expand Down

0 comments on commit 3f1656a

Please sign in to comment.