Skip to content

Commit c343c30

Browse files
committed
feat(home): settings update
Set 'show_rcs' to false (default)
1 parent 8fff210 commit c343c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pages/Home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const Home = () => {
5353
const [toVersion, setToVersion] = useState('')
5454
const [showDiff, setShowDiff] = useState(false)
5555
const [settings, setSettings] = useState({
56-
[`${SHOW_LATEST_RCS}`]: true
56+
[`${SHOW_LATEST_RCS}`]: false
5757
})
5858

5959
useEffect(() => {

0 commit comments

Comments
 (0)