Skip to content

Commit

Permalink
feat: enable letters again
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed May 3, 2024
1 parent ff1794f commit ec2c6a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions interface/sections/Letters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,7 @@ export default function Letters() {
: "")
}
small
// disabled={disableButton || letterArray.length === 0}
disabled
disabled={disableButton || letterArray.length === 0}
function={() => {
if (popup.current!.style.overflow !== "hidden") {
setShowLetter()
Expand Down

0 comments on commit ec2c6a6

Please sign in to comment.