You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try opening it instead with your <ahref={src}downloadtarget='_blank'rel='noopener noreferrer'className='link blue'>local gateway</a> or <ahref={srcPublic}downloadtarget='_blank'rel='noopener noreferrer'className='link blue'>public gateway</a>.
104
110
</Trans>
105
-
106
111
}
107
-
108
112
</p>
109
113
</div>
110
114
)
111
115
112
-
if(size>1024*1024*4){
113
-
returncantPreview
114
-
}
115
-
116
116
if(content===null){
117
117
return<ComponentLoader/>
118
118
}
119
119
120
+
// a precaution to not render too much, in case we overread
0 commit comments