Skip to content

Commit b5b3f20

Browse files
committed
Remove "keep it in sync" comment that is already ensured by types
1 parent cb3f9bb commit b5b3f20

File tree

1 file changed

+0
-3
lines changed
  • src/app/components/ConsensusTransactionMethod

1 file changed

+0
-3
lines changed

src/app/components/ConsensusTransactionMethod/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,6 @@ const MethodIconWithTruncatedLabel: FC<MethodIconProps> = props => {
160160
}
161161

162162
const getConsensusTransactionLabel = (t: TFunction, method: ConsensusTxMethod | undefined): string => {
163-
// Please note: when updating this, keep it in sync
164-
// with the knownConsensusTxMethods array below!
165-
166163
switch (method) {
167164
case ConsensusTxMethod.stakingTransfer:
168165
return t('transactions.method.stakingTransfer')

0 commit comments

Comments
 (0)