show_splink_predictions_initial_value = {
if (typeof globalThis.SHOW_SPLINK_PREDICTIONS == "undefined") {
return ["Show splink predictions"];
} else if (globalThis.SHOW_SPLINK_PREDICTIONS == true) {
return ["Show splink predictions"];
} else {
return [];
}
}