refactor: simplify DigitalClock and TimeConverter components
This commit is contained in:
committed by
Loic Coenen (aider)
parent
3fed6dc168
commit
0b8d76a057
@@ -25,7 +25,6 @@ export function DigitalClock({
|
||||
|
||||
return (
|
||||
<div>
|
||||
<span data-testid="digital-clock">{dateToDigital(currentTime)}</span>
|
||||
<input
|
||||
data-testid="time-input"
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user