- manual-tasks/[id].tsx: use r.data?.data ?? r.data for detail query to
handle API response wrapper envelope, matching list screen pattern
- remittances/[id].tsx: same fix — detail query now unwraps correctly
- services/api.ts: use STORAGE_KEYS.TOKEN constant instead of hardcoded
string literals in SecureStore calls