From b93d679af2e27101c3ccdc23abd2f7d516637cc4 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Fri, 24 Feb 2017 18:15:19 +0900
Subject: [PATCH] =?UTF-8?q?[Client]=20=E8=89=AF=E3=81=84=E6=84=9F=E3=81=98?=
 =?UTF-8?q?=E3=81=AB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/web/app/mobile/tags/user.tag | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/web/app/mobile/tags/user.tag b/src/web/app/mobile/tags/user.tag
index ae77644e7..4aade3137 100644
--- a/src/web/app/mobile/tags/user.tag
+++ b/src/web/app/mobile/tags/user.tag
@@ -35,16 +35,13 @@
 				</div>
 			</div>
 			<nav>
-				<a data-is-active={ page == 'posts' } onclick={ go.bind(null, 'posts') }>投稿</a>
+				<a data-is-active={ page == 'posts' } onclick={ go.bind(null, 'posts') }>タイムライン</a>
 				<a data-is-active={ page == 'media' } onclick={ go.bind(null, 'media') }>メディア</a>
-				<a data-is-active={ page == 'graphs' } onclick={ go.bind(null, 'graphs') }>グラフ</a>
-				<a data-is-active={ page == 'likes' } onclick={ go.bind(null, 'likes') }>いいね</a>
 			</nav>
 		</header>
 		<div class="body">
 			<mk-user-timeline if={ page == 'posts' } user={ user }></mk-user-timeline>
 			<mk-user-timeline if={ page == 'media' } user={ user } with-media={ true }></mk-user-timeline>
-			<mk-user-graphs if={ page == 'graphs' } user={ user }></mk-user-graphs>
 		</div>
 	</div>
 	<style>