Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-schrammel committed Dec 20, 2024
1 parent 0686f02 commit 5310111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/SendSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ type OnSubmitProps = {
export default function SendSheet() {
const { goBack, navigate } = useNavigation();
const sortedAssets = useUserAssetsStore(state => state.legacyUserAssets);
const isLoadingUserAssets = useUserAssetsStore(state => state.isLoadingUserAssets);
const {
gasFeeParamsBySpeed,
gasLimit,
Expand Down

0 comments on commit 5310111

Please sign in to comment.