Skip to content

Commit 5e48c27

Browse files
committed
nits
1 parent c8cc8a5 commit 5e48c27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/App.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ export function App() {
131131
};
132132

133133
const signAndSendCurrent = async () => {
134-
if (!walletClient || !selected || !pending) return;
135-
136-
if (!pending?.request) return;
134+
if (!walletClient || !selected || !pending?.request) return;
137135

138136
try {
139137
const hash = (await selected.provider.request({

0 commit comments

Comments
 (0)