From 2275e0666fe690a7c0e3478ddf705890bdacf050 Mon Sep 17 00:00:00 2001 From: Meesut0 Date: Wed, 4 Mar 2026 09:12:08 +0100 Subject: [PATCH] Fix: add return button to SignTransaction component Fixed the `SignTransaction` example in `abstract-global-wallet/agw-client/actions/signTransaction.mdx`. The component previously declared a React function but did not return any JSX, making the example incomplete and not directly usable as a copy-paste snippet. This change adds a simple `); } ```