export to avoid error

This commit is contained in:
Jack 2021-04-05 20:28:23 +01:00
parent 759c7021e4
commit cfb0855bae

View file

@ -938,7 +938,7 @@ export function updateTribeDiff(currentSpeed) {
}
}
function showHideTribeDiff(showhide) {
export function showHideTribeDiff(showhide) {
if (showhide) {
$("#tribeDiff").removeClass("hidden");
} else {