Skip to content

Commit

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

0 comments on commit ff1794f

Please sign in to comment.