Skip to content

Commit

Permalink
#363 Fixed typo in comment in create-use-network-object-hook.util.ts (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tombogle authored Oct 18, 2023
2 parents 57e6dc7 + 17ce8a1 commit 9081ac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function createUseNetworkObjectHook(
const didReceiveNetworkObject = !isString(networkObjectSource);

// Get the network object for this network object name
// Note: do nothing if we already a network object, but still run this hook.
// Note: do nothing if we already have a network object, but still run this hook.
// (We must make sure to run the same number of hooks in all code paths.)
const [networkObject] = usePromise(
useMemo(() => {
Expand Down

0 comments on commit 9081ac1

Please sign in to comment.