diff options
Diffstat (limited to 'modern/src/main')
-rw-r--r-- | modern/src/main/MainPage.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modern/src/main/MainPage.js b/modern/src/main/MainPage.js index 059d7043..e0d62d6c 100644 --- a/modern/src/main/MainPage.js +++ b/modern/src/main/MainPage.js @@ -172,7 +172,6 @@ const MainPage = () => { </IconButton> )} <TextField - fullWidth name="searchKeyword" value={searchKeyword} autoComplete="searchKeyword" |