Skip to content

Commit 77b34c7

Browse files
committed
break line for linting rule
1 parent ab1d8c8 commit 77b34c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/SendTransaction/CreateTransaction.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ export const CreateTransaction = ({
184184
try {
185185
checkIfAccountIsFlagged(response.account_id);
186186
} catch (e) {
187-
// Swallow errors from checkIfAccountIsFlagged to avoid breaking federation resolution
187+
// Swallow errors from checkIfAccountIsFlagged to avoid
188+
// breaking federation resolution
188189
}
189190

190191
if (!StrKey.isValidEd25519PublicKey(response.account_id)) {

0 commit comments

Comments
 (0)