Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Optimization to display the Shortcut icon
We only need this call to useFetchShortcut in order to get the URL of the shortcut. For the rest of the information like the icon or iconType, we already have the informations within the file. So let's use these informations instead of waiting an http request to resolve.
- Loading branch information