fix stupid typo

This commit is contained in:
Sergey Krashevich 2023-06-19 21:40:57 +03:00
parent ea1ed827a2
commit f64b841f33
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

@ -83,8 +83,8 @@ export default function Birdseye() {
{config.birdseye.restream && ( {config.birdseye.restream && (
<select <select
className="basis-1/8 cursor-pointer rounded dark:bg-slate-800" className="basis-1/8 cursor-pointer rounded dark:bg-slate-800"
value={isMaxWidth ? "true" : "false"} value={viewSource}
onChange={(e) => setIsMaxWidth(e.target.value)} onChange={(e) => setViewSource(e.target.value)}
key="width-changer" key="width-changer"
> >
{sourceValues.map((item) => ( {sourceValues.map((item) => (