Skip to content

Commit

Permalink
fix(starfish): remove table column in db module (#53357)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikB2014 authored Jul 21, 2023
1 parent 46a8394 commit 1144449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/views/starfish/views/spans/spansTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function getColumns(
name: description,
width: COL_WIDTH_UNDEFINED,
},
...(moduleName !== ModuleName.ALL
...(moduleName !== ModuleName.ALL && moduleName !== ModuleName.DB
? [
{
key: SPAN_DOMAIN,
Expand Down

0 comments on commit 1144449

Please sign in to comment.