pull/1716/head
Audric Ackermann 4 years ago
parent 7ca5a030ce
commit d7eb0d5af1
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -40,7 +40,7 @@ const OnionPathModalInner = () => {
const glowDuration = onionPath.length + 2;
if (!onionPath) {
return <SessionSpinner loading={true} />
return <SessionSpinner loading={true} />;
}
const nodes = [

Loading…
Cancel
Save