fix(frontend/deck): コラムのリロードボタンが2個存在する問題を修正 (MisskeyIO#236)
This commit is contained in:
		| @@ -179,18 +179,6 @@ function getMenu() { | |||||||
| 		}, | 		}, | ||||||
| 	}]; | 	}]; | ||||||
|  |  | ||||||
| 	if (props.refresher) { |  | ||||||
| 		items = [{ |  | ||||||
| 			icon: 'ti ti-refresh', |  | ||||||
| 			text: i18n.ts.reload, |  | ||||||
| 			action: () => { |  | ||||||
| 				if (props.refresher) { |  | ||||||
| 					props.refresher(); |  | ||||||
| 				} |  | ||||||
| 			}, |  | ||||||
| 		}, ...items]; |  | ||||||
| 	} |  | ||||||
|  |  | ||||||
| 	if (props.menu) { | 	if (props.menu) { | ||||||
| 		items.unshift(null); | 		items.unshift(null); | ||||||
| 		items = props.menu.concat(items); | 		items = props.menu.concat(items); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 まっちゃとーにゅ
					まっちゃとーにゅ