mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Linter
This commit is contained in:
parent
8069d3ad34
commit
29a5aab56d
2 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,8 @@ export default function Ui({ events }: UiProps): JSX.Element {
|
|||
engine.stepTo(engine.lastEventIndex());
|
||||
const subs = engine.subsSnapshot();
|
||||
|
||||
const [epoch, setEpoch] = useState(subs.epoch);
|
||||
// _setEpoch to be used in the future!
|
||||
const [epoch, _setEpoch] = useState(subs.epoch);
|
||||
|
||||
return (
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue