Fix era notification (#5161)

This commit is contained in:
SomeTroglodyte 2021-09-09 19:03:51 +02:00 committed by GitHub
parent 7b6e57d3b5
commit 612ad0ab55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,4 +42,7 @@ class Era : INamed, IHasUniques {
}
fun getHexColor() = "#" + getColor().toString().substring(0, 6)
}
/** This is used for display purposes in templates */
override fun toString() = name
}