Browse Source

made corresponding code change in index.html for not showing fork if it is not forked

rota3015 8 months ago
parent
commit
aa4f9d7591
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _includes/vue-rule-script.html

+ 1 - 1
_includes/vue-rule-script.html

@@ -204,7 +204,7 @@
                     <span v-if="rule.creator.url"><a :href="rule.creator.url">[[rule.creator.name]]</a></span>
                     <span v-else>[[rule.creator.name]]</span>
                 </div>
-                <div v-if="rule.forked!==1" class="rule__creator">
+                <div v-if="rule.forked==1" class="rule__creator">
                     Fork History:
                     <!-- <div style="white-space: normal;">
                     <div v-for="ruleId1 in rule.edit_history" :key="ruleId1"