feat: clarify labels and syncing (#670)
This commit is contained in:
@@ -70,6 +70,7 @@ export function Provider({ children }: Props): ReactElement {
|
||||
|
||||
setStamps(stamps.filter(x => x.exists).map(enrichStamp))
|
||||
setLastUpdate(Date.now())
|
||||
setError(null)
|
||||
} catch (e) {
|
||||
setError(e as Error)
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user