replace / with .

pull/41/head
Takayuki Maeda 3 years ago
parent 29951c6c07
commit 8ab182d617

@ -48,7 +48,7 @@ impl TableComponent {
fn title(&self) -> String {
self.table.as_ref().map_or(" - ".to_string(), |table| {
format!("{}/{}", table.0.name, table.1.name)
format!("{}.{}", table.0.name, table.1.name)
})
}

Loading…
Cancel
Save