]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/protocol/Item.js
lock tournaments
[alttp.git] / resources / js / components / protocol / Item.js
index 6127a92958ec1b4769442c5546efe903212a1391..f827f1ab0f9b8409dcbb5f15f5d7f735fefa0cfd 100644 (file)
@@ -16,6 +16,7 @@ const getEntryDate = entry => {
 
 const getEntryDescription = entry => {
        switch (entry.type) {
+               case 'result.report':
                case 'round.create':
                        return i18n.t(
                                `protocol.description.${entry.type}`,