Skip to content

Commit

Permalink
コメントの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
rira100000000 committed Oct 25, 2023
1 parent 7362dfd commit 3c304a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/javascript/components/Notification.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ export default function Notification({ notification }) {
)
const roleClass = `is-${notification.sender.primary_role}`

// const [formattedCreatedAt, setFormattedCreatedAt] = useState(
// formatCreatedAtInJapanese
// )

return (
<div
className={`card-list-item ${
Expand Down

0 comments on commit 3c304a3

Please sign in to comment.