X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftracker%2FItems.js;h=e991d0bcc6d2aee11070e4a972d21a489a8a807a;hb=13ffde5b2abcf831af9c794044350737066c5933;hp=2a9c01a0affdc6620cc0615bc2eb57a49b0cf1a1;hpb=90922f8595a8d4fd7780a0b137eed66eaf7d6c49;p=alttp.git diff --git a/resources/js/components/tracker/Items.js b/resources/js/components/tracker/Items.js index 2a9c01a..e991d0b 100644 --- a/resources/js/components/tracker/Items.js +++ b/resources/js/components/tracker/Items.js @@ -10,30 +10,54 @@ const Items = () => { const { state } = useTracker(); return <> - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + {state['mm-medallion'] === 'bombos' ? @@ -61,121 +85,156 @@ const Items = () => { TR : null} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + ; };