DEV: Update AssignedTopicListColumn class name (#511)

The `_Test` suffix shouldn't have been included in 89807545a4. No functional change.
This commit is contained in:
David Taylor 2023-10-02 13:15:39 +01:00 committed by GitHub
parent 89807545a4
commit 93ee2cb886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import AssignActionsDropdown from "./assign-actions-dropdown";
import { inject as service } from "@ember/service";
import { action } from "@ember/object";
export default class AssignedTopicListColumn_Test extends Component {
export default class AssignedTopicListColumn extends Component {
<template>
<td class="topic-list-data">
{{#if @topic.assigned_to_user}}