mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Update GalleryPosts.js
This commit is contained in:
parent
6669559048
commit
e80b5df186
1 changed files with 0 additions and 2 deletions
|
|
@ -14,7 +14,6 @@ const BinPost = ({title = "Bin Post", desc = "Bin Project", slack = '', link = '
|
|||
|
||||
|
||||
function handleClick() {
|
||||
console.log("clicked");
|
||||
if (typeof window !== 'undefined'){
|
||||
const currentHost = window.location.host;
|
||||
|
||||
|
|
@ -23,7 +22,6 @@ const BinPost = ({title = "Bin Post", desc = "Bin Project", slack = '', link = '
|
|||
}
|
||||
|
||||
function formatDate(dateString) {
|
||||
console.log("date", date)
|
||||
const inputDate = new Date(dateString);
|
||||
const now = new Date();
|
||||
const oneDay = 24 * 60 * 60 * 1000; // Number of milliseconds in one day
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue