refactor: drop redundant account key from app tree
the key={currentAccount?.did} fragment only wrapped QueryProvider, whose
own key={currentDid} already remounts the whole subtree on account change
and owns query-cache isolation, so the outer key was a no-op.