We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb63c8 commit 63d2e6fCopy full SHA for 63d2e6f
src/components/Main.js
@@ -63,6 +63,8 @@ class Main extends React.Component {
63
this.setState({ error: error.toString() });
64
return;
65
}
66
+
67
+ localStorage.setItem("preferenceCID", cid);
68
this.setState({
69
cid,
70
preferences,
0 commit comments