Skip to content

Commit 6ef2b9c

Browse files
committed
Before Release v2.2.2
1 parent 1ecc9d1 commit 6ef2b9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

release/app/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wallpaperz",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A wallpaper app",
55
"main": "./dist/main/main.js",
66
"author": {

src/renderer/components/Settings.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Settings({
3434
<h2>{userData.loginData.userAccountData.nickname}</h2>
3535
</>
3636
)}
37-
{userData.loginData ? (
37+
{!userData.loginData ? (
3838
<button
3939
type="button"
4040
onClick={() => {

0 commit comments

Comments
 (0)