-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
845552d
commit bbe7021
Showing
4 changed files
with
10 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,9 @@ const mockSession: Session = { | |
user: { | ||
name: "Current User", | ||
email: "[email protected]", | ||
id: "Strinf", | ||
image: "Strinf", | ||
access_token: "access_token", | ||
}, | ||
expires: "2100-01-01T00:00:00.000Z", | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,13 @@ import { sampleComments } from "~/components/common/comment-component/sample-com | |
const CommentPage = () => { | ||
const mockSession: Session = { | ||
expires: "1", | ||
user: { email: "a", name: "Adeyinka Akinsanya", image: "c" }, | ||
user: { | ||
name: "Current User", | ||
email: "[email protected]", | ||
id: "Strinf", | ||
image: "Strinf", | ||
access_token: "access_token", | ||
}, | ||
}; | ||
return ( | ||
<div className="my-6 flex items-center justify-center px-3 sm:px-4"> | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.