Skip to content
Snippets Groups Projects
Commit 67a0d8a5 authored by Charlotte's avatar Charlotte
Browse files

Add missing back buttons to following/follower pages

parent e2352839
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
<template #header><MkPageHeader :actions="headerActions" :displayBackButton="true" :tabs="headerTabs"/></template>
<MkSpacer :contentMax="1000">
<Transition name="fade" mode="out-in">
<div v-if="user">
......
......@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
<template #header><MkPageHeader :actions="headerActions" :displayBackButton="true" :tabs="headerTabs"/></template>
<MkSpacer :contentMax="1000">
<Transition name="fade" mode="out-in">
<div v-if="user">
......
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