Updated README.

This commit is contained in:
Mike Cao 2022-05-06 21:57:25 -07:00
parent e735a1c50d
commit 5b2628172b
2 changed files with 6 additions and 1 deletions

View file

@ -6,7 +6,6 @@ const selector = state => state.shareToken;
export default function useShareToken(shareId) {
const shareToken = useStore(selector);
console.log({ shareToken });
const { get } = useApi();
async function loadToken(id) {