Skip to content

Commit

Permalink
Fix for vue warning on IP links for recent users
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffputz committed Nov 25, 2023
1 parent 3eff63b commit e12224f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PopForums.Mvc/Areas/Forums/Views/Admin/App.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
<td><router-link :to="{path:'/edituser/'+u.userID}">{{u.name}}</router-link></td>
<td>{{u.email}}</td>
<td>{{u.creationDate}}</td>
<td v-html="u.ip">{{u.ip}}</td>
<td v-html="u.ip"></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit e12224f

Please sign in to comment.