mirror of
https://github.com/J08nY/std-curves.git
synced 2026-01-10 13:58:05 -05:00
Fix page build for FourQ.
This commit is contained in:
@@ -402,6 +402,9 @@ function SageCode(curve) {
|
||||
|
||||
function SageBox(curve) {
|
||||
let sageCode = SageCode(curve);
|
||||
if (sageCode === null) {
|
||||
return null;
|
||||
}
|
||||
return (
|
||||
<div>
|
||||
<h3>SAGE</h3>
|
||||
|
||||
Reference in New Issue
Block a user