Fix page build for FourQ.

This commit is contained in:
J08nY
2023-03-29 14:05:31 +02:00
parent d3ea7fa6cb
commit be3a723684

View File

@@ -402,6 +402,9 @@ function SageCode(curve) {
function SageBox(curve) {
let sageCode = SageCode(curve);
if (sageCode === null) {
return null;
}
return (
<div>
<h3>SAGE</h3>