Skip to content

Commit

Permalink
Fix: 不要な onClick 削除
Browse files Browse the repository at this point in the history
  • Loading branch information
wappon28dev committed Sep 24, 2023
1 parent 8eb51dc commit a801992
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/dormitory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,7 @@ const Dormitory: React.FC<DormitoryProps> = ({ setShowingHeader }) => {
</p>
<div style={{ padding: "20px" }}>
<Link to="/dormitory/call-names">
<button
onClick={() => {}}
className="button is-normal is-rounded"
type="button"
>
<button className="button is-normal is-rounded" type="button">
<span>キャラクターの呼称表</span>
</button>
</Link>
Expand Down

0 comments on commit a801992

Please sign in to comment.