Skip to content

Commit bd8b09d

Browse files
committed
Fix j6
1 parent aa6a152 commit bd8b09d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Content.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ const days: Record<number, Function> = {
5858
},
5959
6: () => {
6060
let [isOpenened, doOpen] = useState(false)
61-
let s = {
62-
"width": "100%"
63-
}
6461
let ending = isOpenened ? <img className="imgVino" src={vinUrl} /> : <div><button onClick={() => doOpen(true)}>Veritas?</button></div>
6562

6663
return (<>

0 commit comments

Comments
 (0)