Update profile story view

This commit is contained in:
Daniel Supernault 2020-04-17 19:36:12 -06:00
parent 43c7bda663
commit 4182d7efa5
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@extends('layouts.app')
@section('content')
<story-viewer pid="{{$pid}}"></story-viewer>
<story-viewer pid="{{$pid}}" redirect="{{$profile->url()}}"></story-viewer>
@endsection
@push('scripts')