Skip to content

Commit 0aa657f

Browse files
author
quannt86
committed
Hot fix redux
1 parent 2f4fcc7 commit 0aa657f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/redux/Reducers/LinkReducer.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ const initialState = {
3535
{
3636
id: 1,
3737
name: "twitter",
38-
url: "Link/twitter",
38+
url: "",
3939
},
4040
{
4141
id: 2,
4242
name: "tiktok",
43-
url: "Link/tittok",
43+
url: "",
4444
},
4545
{
4646
id: 4,

0 commit comments

Comments
 (0)