You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file useDaoName.ts currently has 2 hooks: useDAOName and useLazyDAOName, which both do very similar things. We should consider merging these two into one, and making sure any unused code paths are removed.
The file
useDaoName.ts
currently has 2 hooks:useDAOName
anduseLazyDAOName
, which both do very similar things. We should consider merging these two into one, and making sure any unused code paths are removed.Context: this PR comment
There's also a bug related to this where Safe Names that are loading in, don't show the "Loading Safe" message, just an empty string.
The text was updated successfully, but these errors were encountered: