質問編集履歴
1
ソースの記述ミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -116,7 +116,7 @@
|
|
116
116
|
// 実際に表示するタグ
|
117
117
|
const view = (state, actions) => (
|
118
118
|
<header>
|
119
|
-
<h1 id="title">{ state.
|
119
|
+
<h1 id="title">{ state.greeting }</h1>
|
120
120
|
</header>
|
121
121
|
);
|
122
122
|
|