mobile-app/app/screens/PlaygroundNavigator/sections/PlaygroundOperations.tsx
Function PlaygroundOperations
has 101 lines of code (exceeds 100 allowed). Consider refactoring. Open
Open
export function PlaygroundOperations(): JSX.Element {
const { wallet } = useWalletContext();
const client = useWhaleApiClient();
const dispatch = useAppDispatch();
const { api, rpc } = usePlaygroundContext();