mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 06:55:28 +03:00
Apply suggestions from code review
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
parent
a785ea2e67
commit
40e87ff1c9
@ -150,7 +150,7 @@ export function ShareTimestampContent({
|
|||||||
setSelectedOption(value as "current" | "custom")
|
setSelectedOption(value as "current" | "custom")
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<div className="flex items-start gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<RadioGroupItem
|
<RadioGroupItem
|
||||||
className={
|
className={
|
||||||
selectedOption == "current"
|
selectedOption == "current"
|
||||||
@ -165,7 +165,7 @@ export function ShareTimestampContent({
|
|||||||
</Label>
|
</Label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-start gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<RadioGroupItem
|
<RadioGroupItem
|
||||||
className={
|
className={
|
||||||
selectedOption == "custom"
|
selectedOption == "custom"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user