Skip to content
Snippets Groups Projects
Commit ac205024 authored by Sander August Heggland Schrader's avatar Sander August Heggland Schrader
Browse files

Fixed redirect

parent 95c2783d
No related branches found
No related tags found
1 merge request!141Fixed redirect
Pipeline #181868 passed with stage
in 1 minute and 2 seconds
......@@ -98,7 +98,7 @@
<rating-component :rating="ownerRating" :ratingType="'Utleier'" />
</div>
<div v-show="!isCurrentUser" class="flex mt-4 space-x-3 lg:mt-6">
<div v-show="!isCurrentUser" @click="$router.push('/messages?userID=' + id)" class="flex mt-4 space-x-3 lg:mt-6">
<a
href="#"
class="inline-flex items-center py-2 px-4 text-sm font-medium text-center text-gray-900 bg-white rounded-lg border border-gray-300 hover:bg-gray-100 focus:ring-4 focus:outline-none focus:ring-gray-200 dark:bg-gray-800 dark:text-white dark:border-gray-600 dark:hover:bg-gray-700 dark:hover:border-gray-700 dark:focus:ring-gray-700"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment