Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhuhtal committed Oct 31, 2024
1 parent 315a090 commit 311e8ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/components/Generic/Homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ export const DateItem = ({ timestamp, t }) => {
const month = date.getUTCMonth() + 1 // getUTCMonth() returns 0-11
const day = date.getUTCDate()

console.log(date)

let hours = date.getUTCHours()
if (hours.toString().length === 1) hours = `0${hours.toString()}`
let minutes = date.getUTCMinutes()
Expand All @@ -42,7 +40,6 @@ export const FormCard = ({ item, dl, t }) => (
<div
style={{
width: '150px',
height: '100px',
overflow: 'hidden',
position: 'relative',
marginRight: '10px',
Expand Down

0 comments on commit 311e8ec

Please sign in to comment.