Apply Prettier formatting

This commit is contained in:
ogabrielluiz 2024-06-22 19:08:48 +00:00 committed by Gabriel Luiz Freitas Almeida
commit 0f615e0b32
2 changed files with 2 additions and 5 deletions

View file

@ -787,7 +787,6 @@
},
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
"version": "1.3.0",
"extraneous": true,
"inBundle": true,
"license": "MIT",
"engines": {

View file

@ -262,10 +262,8 @@ export default function ExtraSidebar(): JSX.Element {
}}
autocomplete="off"
readonly="readonly"
onClick={()=>
document
.getElementById('search')
.removeAttribute("readonly")
onClick={() =>
document.getElementById("search").removeAttribute("readonly")
}
/>
<div